X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=src%2Fseshigh.c;h=8ac8a69b1ad9329cb936173ec8093995f1c85921;hb=be821514c869d68186361b5aab6bbfd1aa60e087;hp=5b2ecf61b0c02f0913ca55042df07ef5e523a9e8;hpb=aa29dbf34d5bb3cbf5b26ee3adfbaf9f9b4f3c67;p=yaz-moved-to-github.git diff --git a/src/seshigh.c b/src/seshigh.c index 5b2ecf6..8ac8a69 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: seshigh.c,v 1.113 2007-04-12 13:52:57 adam Exp $ + * $Id: seshigh.c,v 1.114 2007-04-12 20:47:28 adam Exp $ */ /** * \file seshigh.c @@ -625,7 +625,7 @@ static int retrieve_fetch(association *assoc, bend_fetch_rr *rr) if (input_syntax_raw) { char oidbuf[OID_STR_MAX]; - oid_to_dotstring(input_syntax_raw, oidbuf); + oid_oid_to_dotstring(input_syntax_raw, oidbuf); rr->errstring = odr_strdup(rr->stream, oidbuf); } return -1; @@ -2344,7 +2344,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.113 $"); + version = odr_strdup(assoc->encode, "$Revision: 1.114 $"); if (strlen(version) > 10) /* check for unexpanded CVS strings */ version[strlen(version)-2] = '\0'; resp->implementationVersion = odr_prepend(assoc->encode,