X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fseshigh.c;h=8dd5782ec88c3e94a3b49d096cf8d1bf22d0f884;hp=7523a9827e47280b90287f82c134261942ca8e39;hb=b1419c61a0ac369638256f2afd1fc6b8ecd8fa34;hpb=b8daa05e7f9c86d3dc2d4204276ec7a6f9d18258 diff --git a/src/seshigh.c b/src/seshigh.c index 7523a98..8dd5782 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data * See the file LICENSE for details. * - * $Id: seshigh.c,v 1.10 2003-12-30 00:13:05 adam Exp $ + * $Id: seshigh.c,v 1.11 2003-12-30 00:29:53 adam Exp $ */ /* @@ -1057,7 +1057,6 @@ static void process_http_request(association *assoc, request *req) { /* SRW package */ char *db = "Default"; - char *srw_version = 0; const char *p0 = hreq->path, *p1; Z_SRW_PDU *sr = soap_package->u.generic->p; @@ -1562,7 +1561,7 @@ static Z_APDU *process_initRequest(association *assoc, request *reqb) assoc->init->implementation_name, odr_prepend(assoc->encode, "GFS", resp->implementationName)); - version = odr_strdup(assoc->encode, "$Revision: 1.10 $"); + version = odr_strdup(assoc->encode, "$Revision: 1.11 $"); if (strlen(version) > 10) /* check for unexpanded CVS strings */ version[strlen(version)-2] = '\0'; resp->implementationVersion = odr_prepend(assoc->encode,