pidgin: 9f134330: Ouch, I accidentally removed too much co...

ivan.komarov at soc.pidgin.im ivan.komarov at soc.pidgin.im
Sun Oct 24 15:02:57 EDT 2010


----------------------------------------------------------------------
Revision: 9f1343307fd654c231ff7ec66adbd8a8fd3fdbfb
Parent:   b4542672e7c00d7c9506313f3cc574bf45fa6ac0
Author:   ivan.komarov at soc.pidgin.im
Date:     10/24/10 14:57:21
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/9f1343307fd654c231ff7ec66adbd8a8fd3fdbfb

Changelog: 

Ouch, I accidentally removed too much code in b367bdaac1f79166db0e9478ae30e2a7628f6848.
Fixes #12768.

Changes against parent b4542672e7c00d7c9506313f3cc574bf45fa6ac0

  patched  libpurple/protocols/oscar/family_chat.c

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/family_chat.c	9b3ad3b5c68ab5d3f33b0b856fdeaf898a5ed9a9
+++ libpurple/protocols/oscar/family_chat.c	397a3d8572c9863216cc7b37d26858f34a1583ab
@@ -88,6 +88,8 @@ infoupdate(OscarData *od, FlapConnection
 		return 1;
 	}
 
+	byte_stream_get16(bs); // skip the TLV count
+
 	/*
 	 * Everything else are TLVs.
 	 */


More information about the Commits mailing list