server/red_channel: add empty handle of SPICE_MSGC_DISCONNECTING

Simply ignored in red_channel_handle_message
This commit is contained in:
Alon Levy 2010-11-07 13:13:27 +02:00
parent 74d7405493
commit a5afee2842

View File

@ -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;