VirtualBox

Changeset 58259 in vbox


Ignore:
Timestamp:
Oct 15, 2015 12:47:07 PM (9 years ago)
Author:
vboxsync
Message:

Main/SystemProperties: fix two cases (one currently triggerable, when setting the default frontend) of endless recursion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r57524 r58259  
    952952
    953953    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
    954     HRESULT rc = setDefaultAdditionsISO(aDefaultAdditionsISO);
     954    HRESULT rc = i_setDefaultAdditionsISO(aDefaultAdditionsISO);
    955955    alock.release();
    956956
     
    977977    if (m->strDefaultFrontend == Utf8Str(aDefaultFrontend))
    978978        return S_OK;
    979     HRESULT rc = setDefaultFrontend(aDefaultFrontend);
     979    HRESULT rc = i_setDefaultFrontend(aDefaultFrontend);
    980980    alock.release();
    981981
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