Changeset 45610 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Apr 18, 2013 1:27:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlProcess.cpp
r45604 r45610 1888 1888 VERR_ACCESS_DENIED); 1889 1889 1890 if (ASMAtomicReadBool(&pProcess->fShutdown)) 1890 if ( ASMAtomicReadBool(&pProcess->fShutdown) 1891 || ASMAtomicReadBool(&pProcess->fStopped)) 1891 1892 { 1892 1893 rc = VERR_CANCELLED;
Note:
See TracChangeset
for help on using the changeset viewer.