[Spice-devel] [PATCH 14/24] server/red_channel: add empty handle of SPICE_MSGC_DISCONNECTING

Marc-André Lureau marcandre.lureau at gmail.com
Wed Feb 2 10:52:12 PST 2011


ack

On Wed, Jan 19, 2011 at 7:08 PM, Alon Levy <alevy at redhat.com> 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
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
>



-- 
Marc-André Lureau


More information about the Spice-devel mailing list