diff options
author | kraxel <kraxel> | 2009-05-19 08:09:16 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2009-05-19 08:09:16 +0000 |
commit | a8484f3985e884b38ca5514ab443f9ed8cccfa19 (patch) | |
tree | d65ef27a330c87d19d3f9c901dca93668477a941 /monitor.c | |
parent | a6ec4d8f20651b072819461705a393a11aeaf2d5 (diff) | |
download | qemu-gtk-a8484f3985e884b38ca5514ab443f9ed8cccfa19.tar.gz |
add textmode optionn (disable vnc, enable serial console).
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ static void monitor_parse_vnc(struct qemu_window *win, char *reply) } } - if (vnc) { + if (vnc && win->vnc_tab) { if (passwd) { win->vnc_password = malloc(32); #if 1 |