[Spice-commits] server/red_channel.c
Alon Levy
alon at kemper.freedesktop.org
Mon Jan 23 03:00:18 PST 2012
server/red_channel.c | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 459a4dba56bad9dbfb529723eee063c138baccce
Author: Alon Levy <alevy at redhat.com>
Date: Mon Jan 23 12:58:30 2012 +0200
server/red_channel: red_peer_handle_incoming: comment on null check
Signed-off-by: Alon Levy <alevy at redhat.com>
diff --git a/server/red_channel.c b/server/red_channel.c
index d2c9e6d..ec02018 100644
--- a/server/red_channel.c
+++ b/server/red_channel.c
@@ -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;
}
More information about the Spice-commits
mailing list