Changeset 68524 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Aug 24, 2017 6:39:12 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117683
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/service.cpp
r65102 r68524 685 685 mID, pHostCmd, mHostCmdTries, mHostCmdRc, fRemove)); 686 686 687 if (RT_SUCCESS(rc)) 687 if (RT_SUCCESS(rc)) /** @todo r=bird: confusing statement+state, rc hasn't been touched since the top and is always VINF_SUCCESS. */ 688 688 rc = mHostCmdRc; 689 689
Note:
See TracChangeset
for help on using the changeset viewer.