[Spice-devel] [PATCH] usb-acl-helper: add a missing "break"
Hans de Goede
hdegoede at redhat.com
Thu Mar 29 03:48:03 PDT 2012
Good one, ack!
Regards,
Hans
On 03/29/2012 12:43 PM, Uri Lublin wrote:
> ---
> 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 */
> }
More information about the Spice-devel
mailing list