Changeset 58290 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Oct 17, 2015 9:52:28 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103485
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp
r58089 r58290 1014 1014 #endif 1015 1015 int rc2 = RTLocalIpcSessionClose(hSession); 1016 if (RT_SUCCESS(rc) )1016 if (RT_SUCCESS(rc) && RT_FAILURE(rc2)) 1017 1017 rc = rc2; 1018 1018 }
Note:
See TracChangeset
for help on using the changeset viewer.