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.
-/* $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.
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
}