Changeset 69046 in vbox for trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
- Timestamp:
- Oct 11, 2017 4:11:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r68992 r69046 1158 1158 LogFlowFunc(("External auth asked for guest judgement\n")); 1159 1159 } 1160 /* fall thru */1160 RT_FALL_THRU(); 1161 1161 1162 1162 case AuthType_Guest: … … 8583 8583 default: 8584 8584 AssertFailed(); 8585 /* fall through */8585 RT_FALL_THRU(); 8586 8586 case MachineState_Stopping: 8587 8587 /* successfully powered down */
Note:
See TracChangeset
for help on using the changeset viewer.