changeset 30838:abf34893ce88

Fix a compile error from my merge
author Mark Doliner <mark@kingant.net>
date Thu, 12 Aug 2010 15:37:57 +0000
parents 8e9b04071e79
children d14ad586601c
files libpurple/protocols/oscar/family_icbm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/oscar/family_icbm.c	Thu Aug 12 15:30:11 2010 +0000
+++ b/libpurple/protocols/oscar/family_icbm.c	Thu Aug 12 15:37:57 2010 +0000
@@ -1887,7 +1887,7 @@
 	 */
 	byte_stream_put16(&bs, event);
 
-	flap_connection_send_snac(od, conn, SNAC_FAMILY_ICBM, 0x0014, 0x0000, snacid, &bs);
+	flap_connection_send_snac(od, conn, SNAC_FAMILY_ICBM, 0x0014, snacid, &bs);
 
 	byte_stream_destroy(&bs);