X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=zlayer%2Fzaccess-yaz.c;fp=zlayer%2Fzaccess-yaz.c;h=2fa87831e820ee8226813c98fa6aed40a5fb3254;hb=e27961b186fe4a43d8b57af769389c980bd035dc;hp=c13bdf9b569abfd0a092917c2d3454d23803d33b;hpb=bcbc621620a06e5cb03db3ab625e15ec5ca7a5ed;p=egate.git 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;