about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/xmpp/blocking.c2
1 files changed, 1 insertions, 1 deletions
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);