summaryrefslogtreecommitdiff
path: root/lib/ZSendNot.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZSendNot.c')
-rw-r--r--lib/ZSendNot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ZSendNot.c b/lib/ZSendNot.c
index 0889290..3bd6f8a 100644
--- a/lib/ZSendNot.c
+++ b/lib/ZSendNot.c
@@ -44,7 +44,8 @@ Code_t ZSrvSendNotice(notice, 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);