From f2f42419854953ebfafcb7b9f56fb23d0a70d321 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 5 Jul 2007 18:46:03 +0000 Subject: [PATCH] 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. --- src/client.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 } -- 1.7.10.4