VirtualBox

Changeset 55094 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Apr 2, 2015 4:33:37 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99389
Message:

Main/Machine: fix condition when permanent shared folders can be created or removed, was too strict

File:
1 edited

Legend:

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

    r54971 r55094  
    54685468    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
    54695469
    5470     HRESULT rc = i_checkStateDependency(MutableStateDep);
     5470    HRESULT rc = i_checkStateDependency(MutableOrRunningStateDep);
    54715471    if (FAILED(rc)) return rc;
    54725472
     
    55025502    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
    55035503
    5504     HRESULT rc = i_checkStateDependency(MutableStateDep);
     5504    HRESULT rc = i_checkStateDependency(MutableOrRunningStateDep);
    55055505    if (FAILED(rc)) return rc;
    55065506
Note: See TracChangeset for help on using the changeset viewer.

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