mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-06 16:52:33 +00:00
server/red_channel: add empty handle of SPICE_MSGC_DISCONNECTING
Simply ignored in red_channel_handle_message
This commit is contained in:
parent
74d7405493
commit
a5afee2842
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user