Changeset 95502 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 4, 2022 4:26:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r95501 r95502 3254 3254 unregisterWaitEvent(pEvent); 3255 3255 3256 /* Wait result not None, e.g. some result acquired? Bail out. */ 3257 if (waitResult != GuestSessionWaitResult_None) 3256 /* Wait result not None, e.g. some result acquired or a wait error occurred? Bail out. */ 3257 if ( waitResult != GuestSessionWaitResult_None 3258 || RT_FAILURE(vrc)) 3258 3259 break; 3259 3260
Note:
See TracChangeset
for help on using the changeset viewer.