pidgin: 4ec7a57b: I missed 2 aim_putsnac() calls which nee...

evands at pidgin.im evands at pidgin.im
Thu Apr 24 07:35:50 EDT 2008


-----------------------------------------------------------------
Revision: 4ec7a57bf40c64f7c0190fb2e769aedb95d39200
Ancestor: 68f9420c9ddca36963f761909e1bf3b827953a17
Author: evands at pidgin.im
Date: 2008-04-24T11:32:13
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/4ec7a57bf40c64f7c0190fb2e769aedb95d39200

Modified files:
        libpurple/protocols/oscar/family_feedbag.c

ChangeLog: 

I missed 2 aim_putsnac() calls which needed to be removed for 2e791da1.

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/family_feedbag.c	2a8d7de28eaff9c1e95e9ed0267e2a5abb7fbcd0
+++ libpurple/protocols/oscar/family_feedbag.c	2d62f5dfc27d4e60c0d78d3fadb45dc59ecde53e
@@ -1363,8 +1363,6 @@ static int aim_ssi_addmoddel(OscarData *
 
 	byte_stream_new(&bs, bslen);
 
-	aim_putsnac(&bs, SNAC_FAMILY_FEEDBAG, od->ssi.pending->action, 0x0000, snacid);
-
 	for (cur=od->ssi.pending; cur; cur=cur->next) {
 		byte_stream_put16(&bs, cur->item->name ? strlen(cur->item->name) : 0);
 		if (cur->item->name)
@@ -1768,8 +1766,6 @@ int aim_ssi_sendauthrequest(OscarData *o
 
 	byte_stream_new(&bs, 1+strlen(sn) + 2+(msg ? (strlen(msg)+1) : 0) + 2);
 
-	aim_putsnac(&bs, SNAC_FAMILY_FEEDBAG, SNAC_SUBTYPE_FEEDBAG_SENDAUTHREQ, 0x0000, snacid);
-
 	/* Screen name */
 	byte_stream_put8(&bs, strlen(sn));
 	byte_stream_putstr(&bs, sn);


More information about the Commits mailing list