From: Sebastian Hammer Date: Fri, 28 Apr 1995 14:18:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=e27961b186fe4a43d8b57af769389c980bd035dc;p=egate.git *** empty log message *** --- diff --git a/zlayer/zaccess-yaz.c b/zlayer/zaccess-yaz.c index c13bdf9..2fa8783 100644 --- a/zlayer/zaccess-yaz.c +++ b/zlayer/zaccess-yaz.c @@ -4,7 +4,10 @@ * Z39.50 API for the Email gateway - YAZ version * * $Log: zaccess-yaz.c,v $ - * Revision 1.7 1995/04/21 16:29:32 quinn + * Revision 1.8 1995/04/28 14:18:38 quinn + * *** empty log message *** + * + * Revision 1.7 1995/04/21 16:29:32 quinn * Fixed bugs. * * Revision 1.6 1995/04/21 12:58:36 adam @@ -144,7 +147,6 @@ static int send_initreq(struct zass *p, char *auth) } else init.idAuthentication = 0; - init.idAuthentication = 0; init.implementationId = ZASS_ID; sprintf(name, "%s (YAZ protocol layer)", ZASS_NAME); init.implementationName = name;