summaryrefslogtreecommitdiff
path: root/lib/ZSendList.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZSendList.c')
-rw-r--r--lib/ZSendList.c3
1 files changed, 2 insertions, 1 deletions
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);