diff options
| -rw-r--r-- | vl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vl.c b/vl.c index 65438b3382..99d92012c1 100644 --- a/vl.c +++ b/vl.c @@ -1398,7 +1398,6 @@ static void main_loop(void) monitor_protocol_event(QEVENT_SHUTDOWN, NULL); if (no_shutdown) { vm_stop(VMSTOP_SHUTDOWN); - no_shutdown = 0; } else break; } |