aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/machine.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/agent/machine.cxx')
-rw-r--r--bbot/agent/machine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/agent/machine.cxx b/bbot/agent/machine.cxx
index e7f549d..911d65b 100644
--- a/bbot/agent/machine.cxx
+++ b/bbot/agent/machine.cxx
@@ -430,7 +430,7 @@ namespace bbot
// Monitor.
//
- "-chardev", "socket,id=mon,path=" + monitor.string () + ",server,nowait",
+ "-chardev", "socket,id=mon,path=" + monitor.string () + ",server=on,wait=off",
"-mon", "chardev=mon,mode=readline");
qmp_out.close ();