libpurple/protocols/mxit/multimx.c

changeset 33710
0d7ead568881
parent 33648
3fd636f586dc
parent 33706
d6b2b231d0cf
child 33796
4854740e5277
--- a/libpurple/protocols/mxit/multimx.c	Sun Jan 27 05:57:39 2013 -0500
+++ b/libpurple/protocols/mxit/multimx.c	Tue Jan 29 15:38:45 2013 +0100
@@ -514,7 +514,7 @@
 	}
 
 	/* Send Subscription Reject to MXit */
-	mxit_send_deny_sub(session, multimx->roomid);
+	mxit_send_deny_sub(session, multimx->roomid, NULL);
 
 	/* Remove from our list of rooms */
 	room_remove(session, multimx);

mercurial