VirtualBox

Changeset 79134 in vbox


Ignore:
Timestamp:
Jun 13, 2019 3:32:32 PM (5 years ago)
Author:
vboxsync
Message:

tdAddGuestCtrl.py,Main: Added @todos for incorrect directoryOpen behavior. [bug fix (not mine)] bugref:9320

File:
1 edited

Legend:

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

    r79133 r79134  
    11701170    catch (std::bad_alloc &)
    11711171    {
    1172         rc = VERR_NO_MEMORY;
    1173     }
    1174 
    1175     if (RT_SUCCESS(rc))
     1172        vrc = VERR_NO_MEMORY;
     1173    }
     1174
     1175    if (RT_SUCCESS(vrc))
    11761176    {
    11771177        /* Nothing further to do here yet. */
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