[Spice-devel] [PATCH] usb-acl-helper: add a missing "break"
Uri Lublin
uril at redhat.com
Thu Mar 29 03:43:17 PDT 2012
---
gtk/usb-acl-helper.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
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 */
}
--
1.7.7.6
More information about the Spice-devel
mailing list