Changeset 56019 in vbox
- Timestamp:
- May 21, 2015 6:44:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r55988 r56019 7421 7421 if (fSeparate) 7422 7422 { 7423 if (mData->mSession.mState != SessionState_Unlocked && mData->mSession.mName == "headless")7423 if (mData->mSession.mState != SessionState_Unlocked && mData->mSession.mName != "headless") 7424 7424 return setError(VBOX_E_INVALID_OBJECT_STATE, 7425 7425 tr("The machine '%s' is in a state which is incompatible with launching a separate UI process"),
Note:
See TracChangeset
for help on using the changeset viewer.