VirtualBox

Changeset 55120 in vbox


Ignore:
Timestamp:
Apr 7, 2015 4:05:46 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99417
Message:

Main/Machine: too strict limitations for extradata changes... for unregistered machines they're allowed

File:
1 edited

Legend:

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

    r55094 r55120  
    49254925
    49264926        // check if the right IMachine instance is used
    4927         if (!i_isSessionMachine())
     4927        if (mData->mRegistered && !i_isSessionMachine())
    49284928            return setError(VBOX_E_INVALID_VM_STATE,
    49294929                            tr("Cannot set extradata for an immutable machine"));
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