mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-30 09:46:50 +00:00
server/red_channel: red_peer_handle_incoming: comment on null check
Signed-off-by: Alon Levy <alevy@redhat.com>
This commit is contained in:
parent
51d7598a2e
commit
459a4dba56
@ -162,6 +162,8 @@ static void red_peer_handle_incoming(RedsStream *stream, IncomingHandler *handle
|
||||
uint16_t msg_type;
|
||||
uint32_t msg_size;
|
||||
|
||||
/* XXX: This needs further investigation as to the underlying cause, it happened
|
||||
* after spicec disconnect (but not with spice-gtk) repeatedly. */
|
||||
if (!stream) {
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user