summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-client
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-02-24 08:53:06 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-02-24 08:53:06 +0000
commit792652cb8746e3c9737fb891bf13a337b92393d6 (patch)
tree968ae1294a67c1e403815576299c954e24db7da1 /src/VBox/Main/src-client
parent8109bf8fc2dfb5d0146bc88d0f8892da27a7e048 (diff)
downloadVirtualBox-svn-792652cb8746e3c9737fb891bf13a337b92393d6.tar.gz
Guest Control: Implemented directory handling / walking as non-toolbox variants [build fix]. bugref:9783
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98710 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Main/src-client')
-rw-r--r--src/VBox/Main/src-client/GuestDirectoryImpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/VBox/Main/src-client/GuestDirectoryImpl.cpp b/src/VBox/Main/src-client/GuestDirectoryImpl.cpp
index fb9db318e9e..d83d83f74cc 100644
--- a/src/VBox/Main/src-client/GuestDirectoryImpl.cpp
+++ b/src/VBox/Main/src-client/GuestDirectoryImpl.cpp
@@ -749,7 +749,6 @@ int GuestDirectory::i_readInternal(GuestFsObjData &objData, int *pvrcGuest)
AssertPtrReturn(pvrcGuest, VERR_INVALID_POINTER);
int vrc;
- int vrcGuest = VERR_IPE_UNINITIALIZED_STATUS;
#ifdef VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS
if (mSession->i_getParent()->i_getGuestControlFeatures0() & VBOX_GUESTCTRL_GF_0_TOOLBOX_AS_CMDS)