ack On Wed, Jan 19, 2011 at 7:08 PM, Alon Levy <[email protected]> wrote: > Simply ignored in red_channel_handle_message > --- > server/red_channel.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/server/red_channel.c b/server/red_channel.c > index 0492282..19f69b2 100644 > --- a/server/red_channel.c > +++ b/server/red_channel.c > @@ -408,6 +408,8 @@ int red_channel_handle_message(RedChannel *channel, > uint32_t size, > red_channel_push(channel); > } > break; > + case SPICE_MSGC_DISCONNECTING: > + break; > default: > red_printf("invalid message type %u", type); > return FALSE; > -- > 1.7.3.4 > > _______________________________________________ > Spice-devel mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/spice-devel >
-- Marc-André Lureau _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
