Changeset 84520 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 25, 2020 5:44:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r84519 r84520 2690 2690 HRESULT rc = S_OK; 2691 2691 /** Whether we need to actually wait for the run level or if we already reached it. */ 2692 bool fWait ;2692 bool fWait = false; 2693 2693 2694 2694 /* Install an event handler first to catch any runlevel changes. */ … … 2983 2983 /** @todo Implement this. */ 2984 2984 vrc = VERR_NOT_IMPLEMENTED; 2985 if (pCtx->cVerbose) 2986 RTPrintf("Rebooting is not implemented yet, sorry!\n"); 2985 2987 2986 2988 if (RT_SUCCESS(vrc))
Note:
See TracChangeset
for help on using the changeset viewer.