X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2Fseshigh.c;h=e3149181f16fe23d2e42c772bda8249ed6c61c0f;hb=08d286ddede794e73ba8b3c85497de3e0c80312b;hp=a55478cec6252e3de02ffa92323631cad796460a;hpb=ba37668dbdedb1fdc4a69a9d2363222c5e6f6fd7;p=yaz-moved-to-github.git diff --git a/server/seshigh.c b/server/seshigh.c index a55478c..e314918 100644 --- a/server/seshigh.c +++ b/server/seshigh.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: seshigh.c,v $ - * Revision 1.2 1995-03-16 13:29:01 quinn + * Revision 1.3 1995-03-16 17:42:39 quinn + * Little changes + * + * Revision 1.2 1995/03/16 13:29:01 quinn * Partitioned server. * * Revision 1.1 1995/03/15 16:02:10 quinn @@ -115,7 +118,7 @@ void ir_session(IOCHAN h, int event) assoc->input_apdu_len = res; if (process_apdu(h) < 0) { - fprintf(stderr, "Bad data from peer\n"); + fprintf(stderr, "Operation failed\n"); cs_close(conn); destroy_association(assoc); iochan_destroy(h); @@ -217,7 +220,7 @@ static int process_initRequest(IOCHAN client, Z_InitRequest *req) resp.result = &result; resp.implementationId = "YAZ"; resp.implementationName = "YAZ/Simple asynchronous test server"; - resp.implementationVersion = "$Revision: 1.2 $"; + resp.implementationVersion = "$Revision: 1.3 $"; resp.userInformationField = 0; if (!z_APDU(assoc->encode, &apdup, 0)) {