Added 'send_events' boolean argument to the function
[silc.git] / lib / silcclient / client.c
index e5ad7feda4699575e5cf7b9bfd1316316bbc64b0..d8f7dbdea3f6e7633bc04e99fda198fd0db8ebdf 100644 (file)
@@ -325,7 +325,8 @@ silc_client_connect_to_server_internal(SilcClientInternalConnectContext *ctx)
                                     (void *)ctx, 0, 0, 
                                     SILC_TASK_FD,
                                     SILC_TASK_PRI_NORMAL);
-  silc_schedule_set_listen_fd(ctx->client->schedule, sock, SILC_TASK_WRITE);
+  silc_schedule_set_listen_fd(ctx->client->schedule, sock, SILC_TASK_WRITE,
+                             FALSE);
 
   ctx->sock = sock;