X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fclient.c;h=e3fc2c273313d074f6092249ff2c65e7b6c3ae28;hb=00a47d6d41a68776c4b7199c0c8d67c697875d64;hp=634243c89308fa2614182f9e057c211727650037;hpb=c7f4f3051cc7215e8513a7ddeb765d7db64c8f11;p=pazpar2-moved-to-github.git 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);