Minor. But previous revsion (1.13) is not related to getline. Instead
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 5 Jul 2007 18:46:03 +0000 (18:46 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 5 Jul 2007 18:46:03 +0000 (18:46 +0000)
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

index b13a28f..ff9cc02 100644 (file)
@@ -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
 }