summaryrefslogtreecommitdiff
path: root/lib/ZSendRLst.c
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1994-11-01 12:51:30 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1994-11-01 12:51:30 +0000
commit52bbe8cdff1a6b7652d7377e694fc14178ed331d (patch)
tree85b50e8e7af804be357d74f6f909e5e69809feb3 /lib/ZSendRLst.c
parent9bad14966361640e95c8b8e4c29990bd59828c2e (diff)
Changes for better authentication.
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);