X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fseshigh.c;h=e307b629949509052affc0279eb864045ff0aa8b;hb=455798a3154b5c08c872ca0fb90607ddea575038;hp=e28b63a6f787474fd108f79555a0a4e0d00df752;hpb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505;p=yaz-moved-to-github.git diff --git a/src/seshigh.c b/src/seshigh.c index e28b63a..e307b62 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: seshigh.c,v 1.58 2005-06-25 15:46:05 adam Exp $ + * $Id: seshigh.c,v 1.60 2005-08-30 20:13:51 adam Exp $ */ /** * \file seshigh.c @@ -930,7 +930,7 @@ static char *srw_bend_explain_default(void *handle, bend_explain_rr *rr) if (!strcmp((const char *) ptr->name, "explain")) { int len; - xmlDocPtr doc = xmlNewDoc("1.0"); + xmlDocPtr doc = xmlNewDoc(BAD_CAST "1.0"); xmlChar *buf_out; char *content; @@ -1595,7 +1595,10 @@ static Z_APDU *process_initRequest(association *assoc, request *reqb) if (control_association(assoc, get_vhost(req->otherInfo), 1)) cb = statserv_getcontrol(); /* got control block for backend */ - + + if (cb && assoc->backend) + (*cb->bend_close)(assoc->backend); + yaz_log(log_requestdetail, "Got initRequest"); if (req->implementationId) yaz_log(log_requestdetail, "Id: %s", @@ -1620,7 +1623,7 @@ static Z_APDU *process_initRequest(association *assoc, request *reqb) negotiation->which == Z_CharSetandLanguageNegotiation_proposal) assoc->init->charneg_request = negotiation; } - + assoc->backend = 0; if (cb) { @@ -1764,7 +1767,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.58 $"); + version = odr_strdup(assoc->encode, "$Revision: 1.60 $"); if (strlen(version) > 10) /* check for unexpanded CVS strings */ version[strlen(version)-2] = '\0'; resp->implementationVersion = odr_prepend(assoc->encode,