From 00a47d6d41a68776c4b7199c0c8d67c697875d64 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 27 Nov 2013 10:49:45 +0100 Subject: [PATCH] Client state to "working" when waiting for resolver PAZ-907 --- src/client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client.c b/src/client.c index 634243c..e3fc2c2 100644 --- a/src/client.c +++ b/src/client.c @@ -874,6 +874,7 @@ int client_start_search(struct client *cl) { session_log(se, YLOG_LOG, "client %s postponing search: No connection", client_get_id(cl)); + client_set_state_nb(cl, Client_Working); return -1; } co = client_get_connection(cl); -- 1.7.10.4