The second unknown field should be 0xffffffff to match previous and

Sun, 16 Oct 2011 00:03:52 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sun, 16 Oct 2011 00:03:52 +0000
changeset 32660
5e21e1e67cd7
parent 32659
a0c5b6db8ee5
child 32661
267de0b8a2cc

The second unknown field should be 0xffffffff to match previous and
accepted behaviour.

libpurple/protocols/msn/xfer.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/msn/xfer.c	Sat Oct 15 23:43:14 2011 +0000
+++ b/libpurple/protocols/msn/xfer.c	Sun Oct 16 00:03:52 2011 +0000
@@ -181,7 +181,7 @@
 #else
 	memset(tmp, 0, sizeof(gchar[30]));
 	tmp += sizeof(gchar[30]);
-	msn_push32le(tmp, 0);
+	msn_push32le(tmp, 0xffffffff);
 #endif
 	if (context->preview) {
 		memcpy(tmp, context->preview, context->preview_len);

mercurial