summaryrefslogtreecommitdiff
path: root/examples/unregister.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/unregister.c')
-rw-r--r--examples/unregister.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/unregister.c b/examples/unregister.c
index b6b7eb9..0f8211e 100644
--- a/examples/unregister.c
+++ b/examples/unregister.c
@@ -69,7 +69,7 @@ main (int argc,
"password" , pass,
"xmpp-server", host, NULL);
- wocky_connector_unregister_async (wcon, unregister_callback, NULL);
+ wocky_connector_unregister_async (wcon, NULL, unregister_callback, NULL);
g_main_loop_run (mainloop);
return rval;