From: Sebastian Hammer Date: Thu, 1 Jun 1995 11:25:03 +0000 (+0000) Subject: Smallish. X-Git-Tag: YAZ.1.8~997 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=ee91cff35d9150fe522c72b903680ccc49bd75ba;hp=9760c02cdacaca31695e2adaf1747c82811f3b8a;p=yaz-moved-to-github.git Smallish. --- diff --git a/server/seshigh.c b/server/seshigh.c index dd00d0a..60ad9ca 100644 --- a/server/seshigh.c +++ b/server/seshigh.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: seshigh.c,v $ - * Revision 1.28 1995-06-01 11:21:01 quinn + * Revision 1.29 1995-06-01 11:25:03 quinn + * Smallish. + * + * Revision 1.28 1995/06/01 11:21:01 quinn * Attempting to fix a bug in pack-records. replaced break with continue * for large records, according to standard. * @@ -548,9 +551,7 @@ static Z_APDU *process_initRequest(association *assoc, request *reqb) resp.preferredMessageSize = &assoc->preferredMessageSize; resp.maximumRecordSize = &assoc->maximumRecordSize; resp.result = &result; - resp.implementationId = "YAZ"; resp.implementationName = "Index Data/YAZ Generic Frontend Server"; - resp.implementationVersion = YAZ_VERSION; resp.userInformationField = 0; if (binitres->errcode) {