Changeset 33718 in vbox for trunk/src/VBox
- Timestamp:
- Nov 3, 2010 9:14:08 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r33707 r33718 2640 2640 */ 2641 2641 if ( lType == DeviceType_HardDisk 2642 && aMachineState == MachineState_Starting) 2642 && ( aMachineState == MachineState_Starting 2643 || aMachineState == MachineState_Restoring)) 2643 2644 { 2644 2645 /*
Note:
See TracChangeset
for help on using the changeset viewer.