Added new SILC_STATUS_ERR_TIMEDOUT status type.
[silc.git] / lib / silcclient / client.c
index cc8841988568a3cfe07ead9f75503275252bd698..f54fd256815f69a781a7e50cff38f44d00399ee8 100644 (file)
@@ -120,7 +120,7 @@ int silc_client_init(SilcClient client)
   /* Initialize the scheduler */
   client->schedule = 
     silc_schedule_init(client->internal->params->task_max ?
-                      client->internal->params->task_max : 200);
+                      client->internal->params->task_max : 200, client);
   if (!client->schedule)
     return FALSE;