summaryrefslogtreecommitdiff
path: root/examples/connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/connect.c')
-rw-r--r--examples/connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/connect.c b/examples/connect.c
index c502a87..a1fc43b 100644
--- a/examples/connect.c
+++ b/examples/connect.c
@@ -401,7 +401,7 @@ main (int argc,
wocky_init ();
wcon = wocky_connector_new (argv[1], argv[2], NULL, NULL, NULL);
- wocky_connector_connect_async (wcon, connector_callback, NULL);
+ wocky_connector_connect_async (wcon, NULL, connector_callback, NULL);
g_main_loop_run (mainloop);
return 0;