On Thu, Nov 27, 2014 at 4:35 PM, Christophe Fergeau <cfergeau at redhat.com> wrote: > replace > > if (SPICE_IS_USBREDIR_CHANNEL(channel)) { > /* code */ > } > > with > > if (!SPICE_IS_USBREDIR_CHANNEL(channel)) { > return; ok -- Marc-André Lureau