diff options
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -275,12 +275,6 @@ int monitor_connect(struct qemu_window *win, char *dest) char buf[256]; int fd; - if (!strchr(dest,':') && !strchr(dest,'/')) { - /* just a name */ - snprintf(buf, sizeof(buf), "unix:%s/.qemu-gtk/%s", getenv("HOME"), dest); - dest = buf; - } - fd = conn_init(&win->monitor, "monitor", dest); if (-1 == fd) return -1; |