- Timestamp:
- Feb 7, 2022 1:49:57 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r93548 r93639 7270 7270 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); 7271 7271 7272 if ( mHWData->mFirmwareType == FirmwareType_BIOS 7273 || i_isSnapshotMachine()) 7272 if (i_isSnapshotMachine()) 7274 7273 return Utf8Str::Empty; 7275 7274 … … 7293 7292 7294 7293 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); 7295 7296 if (mHWData->mFirmwareType == FirmwareType_BIOS)7297 return Utf8Str::Empty;7298 7294 7299 7295 RTTIMESPEC ts;
Note:
See TracChangeset
for help on using the changeset viewer.