Changeset 30939 in vbox
- Timestamp:
- Jul 20, 2010 5:37:58 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/MachineImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r30934 r30939 6049 6049 else 6050 6050 // caller wants no automatic detachment: then fail if there are any 6051 if (mMediaData->mAttachments.size()) 6051 if ( !mMediaData.isNull() // can be NULL if machine is inaccessible 6052 && mMediaData->mAttachments.size() 6053 ) 6052 6054 return setError(VBOX_E_INVALID_OBJECT_STATE, 6053 6055 tr("Cannot unregister the machine '%ls' because it has %d media attachments"),
Note:
See TracChangeset
for help on using the changeset viewer.

