On Thu, Nov 27, 2014 at 4:35 PM, Christophe Fergeau <[email protected]> wrote:
> replace
>
> if (SPICE_IS_USBREDIR_CHANNEL(channel)) {
>     /* code */
> }
>
> with
>
> if (!SPICE_IS_USBREDIR_CHANNEL(channel)) {
>     return;


ok

-- 
Marc-André Lureau
_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to