summaryrefslogtreecommitdiff
path: root/lib/ZRetSubs.c
diff options
context:
space:
mode:
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);