X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fclient.c;h=d6a815b724dc5678e96a720dd0a1295383e85019;hb=817e3ec506c4095bc4fcc1923cee36153ef4ee43;hp=634243c89308fa2614182f9e057c211727650037;hpb=98124d717cec040bd63d002a95fded3ab82064fc;p=pazpar2-moved-to-github.git diff --git a/src/client.c b/src/client.c index 634243c..d6a815b 100644 --- a/src/client.c +++ b/src/client.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2013 Index Data + Copyright (C) Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -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);