mirror of https://github.com/BOINC/boinc.git
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:
parent
2e701bafe6
commit
d3ef1aa8c2
|
@ -618,6 +618,7 @@ void VBOX_VM::poll(bool log_state) {
|
|||
crashed = true;
|
||||
} else {
|
||||
online = false;
|
||||
crashed = false;
|
||||
if (log_state) {
|
||||
fprintf(
|
||||
stderr,
|
||||
|
|
Loading…
Reference in New Issue