VBOX: Possible bug fix for a bug Christian Beer reported where the VM successfully shuts down but the wrapper treats it as a crash.

This commit is contained in:
Rom Walton 2013-09-18 14:53:51 -04:00
parent 2e701bafe6
commit d3ef1aa8c2
1 changed files with 1 additions and 0 deletions

View File

@ -618,6 +618,7 @@ void VBOX_VM::poll(bool log_state) {
crashed = true;
} else {
online = false;
crashed = false;
if (log_state) {
fprintf(
stderr,