updates.
[silc.git] / lib / silcclient / client_keyagr.c
index 78337cfe503b416c529910f99b7bf04e819b2632..b23f6550698659d32e7dac01fdd08d8cda3a849d 100644 (file)
@@ -366,7 +366,7 @@ silc_client_connect_to_client_internal(SilcClientInternalConnectContext *ctx)
   int sock;
 
   /* Create connection to server asynchronously */
-  sock = silc_net_create_connection_async(ctx->port, ctx->host);
+  sock = silc_net_create_connection_async(NULL, ctx->port, ctx->host);
   if (sock < 0)
     return -1;