summaryrefslogtreecommitdiff
path: root/lib/ZSendRLst.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZSendRLst.c')
-rw-r--r--lib/ZSendRLst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ZSendRLst.c b/lib/ZSendRLst.c
index 02049f6..b148a11 100644
--- a/lib/ZSendRLst.c
+++ b/lib/ZSendRLst.c
@@ -46,7 +46,7 @@ Code_t ZSrvSendRawList(notice, list, nitems, send_routine)
if ((retval = ZParseNotice(buffer, len, &newnotice)) != ZERR_NONE)
return (retval);
- retval = Z_SendFragmentedNotice(&newnotice, len, send_routine);
+ retval = Z_SendFragmentedNotice(&newnotice, len, NULL, send_routine);
free(buffer);