VirtualBox

Changeset 95502 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jul 4, 2022 4:26:47 PM (3 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Also bail out early in GuestSession::i_waitFor() if a wait error in i_waitForStatusChange() has occurred. bugref:10157

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp

    r95501 r95502  
    32543254        unregisterWaitEvent(pEvent);
    32553255
    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))
    32583259            break;
    32593260
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette