summaryrefslogtreecommitdiff
path: root/lib/ZRetSubs.c
diff options
context:
space:
mode:
authorGravatar Robert S. French <rfrench@mit.edu>1987-08-01 11:27:17 +0000
committerGravatar Robert S. French <rfrench@mit.edu>1987-08-01 11:27:17 +0000
commitd6a97078624a680d8fc8670db4b17941d2003562 (patch)
treef0f29af53e31ade13962bf0122536f1ee59bab90 /lib/ZRetSubs.c
parente3bfca3ee22a86d6587b111af7412cd73b288242 (diff)
Changed to handle new protocol format
Diffstat (limited to 'lib/ZRetSubs.c')
-rw-r--r--lib/ZRetSubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ZRetSubs.c b/lib/ZRetSubs.c
index 35fe1c4..e29000a 100644
--- a/lib/ZRetSubs.c
+++ b/lib/ZRetSubs.c
@@ -48,7 +48,7 @@ Code_t ZRetrieveSubscriptions(port,nsubs)
if ((retval = ZSendNotice(&notice,ZAUTH)) != ZERR_NONE)
return (retval);
- if ((retval = Z_NoAuthIfNotice(buffer,sizeof buffer,&retnotice,
+ if ((retval = ZIfNotice(buffer,sizeof buffer,&retnotice,NULL,
ZCompareUIDPred,(char *)&notice.z_uid)) !=
ZERR_NONE)
return (retval);