From 2e1eb9210a2ed1d543a63dae442d4bd52f547841 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 2 May 2016 22:49:30 +0100 Subject: Remove userdata from _blocklist_result_handler --- src/xmpp/blocking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmpp/blocking.c b/src/xmpp/blocking.c index 735b9140..206e188d 100644 --- a/src/xmpp/blocking.c +++ b/src/xmpp/blocking.c @@ -73,7 +73,7 @@ blocking_request(void) } blocked_ac = autocomplete_new(); - iq_id_handler_add(id, _blocklist_result_handler, id); + iq_id_handler_add(id, _blocklist_result_handler, NULL); iq = stanza_create_blocked_list_request(ctx); xmpp_stanza_set_id(iq, id); -- cgit 1.4.1-2-gfad0