From: Adam Dickmeiss Date: Thu, 5 Jul 2007 18:46:03 +0000 (+0000) Subject: Minor. But previous revsion (1.13) is not related to getline. Instead X-Git-Tag: PAZPAR2.1.0.2~85 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=f2f42419854953ebfafcb7b9f56fb23d0a70d321;p=pazpar2-moved-to-github.git Minor. But previous revsion (1.13) is not related to getline. Instead it includes changes so that the Z39.50 Pazpar2 client code honors pz:elements setting. Is used for piggyback search, present and raw present if syntax is omitted. --- diff --git a/src/client.c b/src/client.c index b13a28f..ff9cc02 100644 --- a/src/client.c +++ b/src/client.c @@ -1,4 +1,4 @@ -/* $Id: client.c,v 1.14 2007-07-05 18:40:24 adam Exp $ +/* $Id: client.c,v 1.15 2007-07-05 18:46:03 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -497,9 +497,7 @@ void client_init_response(struct client *cl, Z_APDU *a) yaz_log(YLOG_DEBUG, "Init response %s", cl->database->database->url); if (*r->result) - { cl->state = Client_Idle; - } else cl->state = Client_Failed; // FIXME need to do something to the connection }