diff options
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 |