diff options
-rw-r--r-- | bbot/agent/machine.cxx | 2 |
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 (); |