[Spice-commits] gtk/usb-acl-helper.c
Uri Lublin
uril at kemper.freedesktop.org
Thu Mar 29 06:30:20 PDT 2012
gtk/usb-acl-helper.c | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 20da7a6d814a1391a5a15ec5cf62715a97d2517b
Author: Uri Lublin <uril at redhat.com>
Date: Thu Mar 29 12:38:50 2012 +0200
usb-acl-helper: add a missing "break"
diff --git a/gtk/usb-acl-helper.c b/gtk/usb-acl-helper.c
index 12596d0..a3ba14d 100644
--- a/gtk/usb-acl-helper.c
+++ b/gtk/usb-acl-helper.c
@@ -135,6 +135,7 @@ static gboolean cb_out_watch(GIOChannel *channel,
g_simple_async_result_set_error(priv->result,
SPICE_CLIENT_ERROR, SPICE_CLIENT_ERROR_FAILED,
"Unexpected EOF reading from acl helper stdout");
+ break;
case G_IO_STATUS_AGAIN:
return TRUE; /* Wait for more input */
}
More information about the Spice-commits
mailing list