Changeset 42927 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 22, 2012 6:58:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp
r42846 r42927 319 319 /* Do we need to shutdown? */ 320 320 if ( *pfShutdown 321 || uMsg == HOST_CANCEL_PENDING_WAITS)321 || (RT_SUCCESS(rc) && uMsg == HOST_CANCEL_PENDING_WAITS)) 322 322 { 323 323 rc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.