VirtualBox

Changeset 97459 in vbox


Ignore:
Timestamp:
Nov 8, 2022 4:16:58 PM (2 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Corrected some vrcGuest nits. Cosmetical only.

File:
1 edited

Legend:

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

    r97456 r97459  
    12281228                vrcGuest = vrc;
    12291229                if (prcGuest)
    1230                     *prcGuest = vrc;
     1230                    *prcGuest = vrcGuest;
    12311231                vrc = VERR_GSTCTL_GUEST_ERROR;
    12321232            }
     
    18541854                vrcGuest = vrc;
    18551855                if (prcGuest)
    1856                     *prcGuest = vrc;
     1856                    *prcGuest = vrcGuest;
    18571857                vrc = VERR_GSTCTL_GUEST_ERROR;
    18581858            }
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