libpurple/protocols/oscar/family_chat.c

branch
soc.2010.icq-tlc
changeset 30678
78aacd015725
parent 30668
54e684b2d963
child 30872
6d988ac68c28
--- a/libpurple/protocols/oscar/family_chat.c	Thu Aug 05 22:45:21 2010 +0000
+++ b/libpurple/protocols/oscar/family_chat.c	Thu Aug 05 22:57:01 2010 +0000
@@ -232,7 +232,7 @@
 	aim_tlvlist_free(inner_tlvlist);
 	aim_tlvlist_free(tlvlist);
 
-	flap_connection_send_snac(od, conn, SNAC_FAMILY_CHAT, 0x0005, 0x0000, snacid, &bs);
+	flap_connection_send_snac(od, conn, SNAC_FAMILY_CHAT, 0x0005, snacid, &bs);
 
 	byte_stream_destroy(&bs);
 

mercurial