updates.
authorPekka Riikonen <priikone@silcnet.org>
Mon, 9 Jul 2001 12:27:13 +0000 (12:27 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 9 Jul 2001 12:27:13 +0000 (12:27 +0000)
lib/silcutil/silcsockconn.c

index 2d6dfe0b35f6017b9e0870a361bf4cea51716fff..e837fa9ced7e0f7cf808935bf45950507b45c87d 100644 (file)
@@ -196,6 +196,7 @@ static void *silc_socket_host_lookup_start(void *context)
   silc_task_register(lookup->timeout_queue, sock->sock,
                     silc_socket_host_lookup_finish, lookup, 0, 1,
                     SILC_TASK_TIMEOUT, SILC_TASK_PRI_NORMAL);
+  silc_task_queue_wakeup(lookup->timeout_queue);
 
   return NULL;
 }