libpurple/protocols/zephyr/zephyr.c

branch
soc.2013.gobjectification.plugins
changeset 37114
581adbabe319
parent 37108
73c5fb6d78b3
parent 35578
e0826e3b631b
child 37133
832cd077145e
--- a/libpurple/protocols/zephyr/zephyr.c	Sat Feb 15 22:10:38 2014 +0530
+++ b/libpurple/protocols/zephyr/zephyr.c	Mon Feb 17 21:57:26 2014 +0530
@@ -842,7 +842,6 @@
 		/* Need to deal with 0 length  messages to handle typing notification (OPCODE) ping messages */
 		/* One field zephyrs would have caused purple to crash */
 		if ( (notice.z_message_len == 0) || (signature_length >= notice.z_message_len - 1)) {
-			/* message has no body */
 			len = 0;
 			purple_debug_info("zephyr","message_size %d %d %d\n",len,notice.z_message_len,signature_length);
 			buf3 = g_strdup("");

mercurial