From 52bbe8cdff1a6b7652d7377e694fc14178ed331d Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Tue, 1 Nov 1994 12:51:30 +0000 Subject: Changes for better authentication. --- lib/ZSendList.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/ZSendList.c') diff --git a/lib/ZSendList.c b/lib/ZSendList.c index bdfec14..a7accfb 100644 --- a/lib/ZSendList.c +++ b/lib/ZSendList.c @@ -48,7 +48,8 @@ Code_t ZSrvSendList(notice, list, nitems, cert_routine, send_routine) if ((retval = ZParseNotice(buffer, len, &newnotice)) != ZERR_NONE) return (retval); - retval = Z_SendFragmentedNotice(&newnotice, len, send_routine); + retval = Z_SendFragmentedNotice(&newnotice, len, cert_routine, + send_routine); free(buffer); -- cgit v1.2.3