From 840949ff9c95452ab42a70dc977097b613acf848 Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Thu, 12 Apr 2001 15:12:10 +0000 Subject: [PATCH] minor ursula stuff --- src/yaz-z-server.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/yaz-z-server.cpp b/src/yaz-z-server.cpp index 378981a..0b8eddc 100644 --- a/src/yaz-z-server.cpp +++ b/src/yaz-z-server.cpp @@ -3,7 +3,10 @@ * See the file LICENSE for details. * * $Log: yaz-z-server.cpp,v $ - * Revision 1.10 2001-04-04 14:02:49 adam + * Revision 1.11 2001-04-12 15:12:10 heikki + * minor ursula stuff + * + * Revision 1.10 2001/04/04 14:02:49 adam * URSULA / Z-ruth service. * * Revision 1.9 2001/03/29 15:14:26 adam @@ -154,7 +157,7 @@ void Yaz_Z_ServerUtility::create_surrogateDiagnostics( oident bib1; Z_DiagRec *drec = (Z_DiagRec *)odr_malloc (odr, sizeof(*drec)); Z_DefaultDiagFormat *dr = (Z_DefaultDiagFormat *) - odr_malloc (odr, sizeof(*dr)); + odr_malloc (odr, sizeof(*dr)); bib1.proto = PROTO_Z3950; bib1.oclass = CLASS_DIAGSET; -- 1.7.10.4