From d3ef1aa8c261208ec94b5e9e1739481c2eb28bc6 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 18 Sep 2013 14:53:51 -0400 Subject: [PATCH] VBOX: Possible bug fix for a bug Christian Beer reported where the VM successfully shuts down but the wrapper treats it as a crash. --- samples/vboxwrapper/vbox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/vboxwrapper/vbox.cpp b/samples/vboxwrapper/vbox.cpp index d99cb8a5cd..6426647462 100644 --- a/samples/vboxwrapper/vbox.cpp +++ b/samples/vboxwrapper/vbox.cpp @@ -618,6 +618,7 @@ void VBOX_VM::poll(bool log_state) { crashed = true; } else { online = false; + crashed = false; if (log_state) { fprintf( stderr,