im.pidgin.pidgin: 1c4b5574c76ec1873b750bacc58eb742cf7e89fe

khc at pidgin.im khc at pidgin.im
Fri Nov 30 02:00:42 EST 2007


-----------------------------------------------------------------
Revision: 1c4b5574c76ec1873b750bacc58eb742cf7e89fe
Ancestor: 01e2986fe6e826268c0b6533d70889232bf86dea
Author: khc at pidgin.im
Date: 2007-11-30T06:54:58
Branch: im.pidgin.pidgin

Modified files:
        libpurple/protocols/msn/command.c

ChangeLog: 

why do we try to set the payload length here? When we get a error from the
server, this is setting the payload length to the trid, causing further
mess up down the road


-------------- next part --------------
============================================================
--- libpurple/protocols/msn/command.c	0fffb877a0b4f19b52625fc3a120bb2fed65817e
+++ libpurple/protocols/msn/command.c	35f23b0b82707aecd59333c4ec39aedac06265bc
@@ -117,6 +117,7 @@ msn_command_from_string(const char *stri
 		cmd->trId = 0;
 	}
 
+	/* khc: Huh! */
 	/*add payload Length checking*/
 	msn_set_payload_len(cmd);
 	purple_debug_info("MSNP14","get payload len:%d\n",cmd->payload_len);


More information about the Commits mailing list