]> git.proxmox.com Git - mirror_qemu.git/blobdiff - net/vhost-user.c
bsd-user: spelling fixes: necesary, agrument, undocummented
[mirror_qemu.git] / net / vhost-user.c
index 5993e4afcaac76489d3dab7ffa25d54c41d09d5c..12555518e83887be0a6fbf133bf354f7f57d8b05 100644 (file)
@@ -239,7 +239,7 @@ static gboolean net_vhost_user_watch(void *do_not_use, GIOCondition cond,
 
     qemu_chr_fe_disconnect(&s->chr);
 
-    return TRUE;
+    return G_SOURCE_CONTINUE;
 }
 
 static void net_vhost_user_event(void *opaque, QEMUChrEvent event);