summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/connect.c b/examples/connect.c
index 39e5f7b..e780a35 100644
--- a/examples/connect.c
+++ b/examples/connect.c
@@ -380,7 +380,7 @@ main (int argc,
if (!strcmp ("connector",type))
{
WockyConnector *wcon = NULL;
- wcon = wocky_connector_new (argv[1], argv[2]);
+ wcon = wocky_connector_new (argv[1], argv[2], NULL);
wocky_connector_connect_async (wcon, connector_callback, NULL);
g_main_loop_run (mainloop);