summaryrefslogtreecommitdiff
path: root/lib/ZPeekNot.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZPeekNot.c')
-rw-r--r--lib/ZPeekNot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ZPeekNot.c b/lib/ZPeekNot.c
index cbbc610..54e124d 100644
--- a/lib/ZPeekNot.c
+++ b/lib/ZPeekNot.c
@@ -30,5 +30,5 @@ Code_t ZPeekNotice(buffer,buffer_len,notice,auth,from)
ZERR_NONE)
return (retval);
- return (ZParseNotice(buffer,len,notice,auth));
+ return (ZParseNotice(buffer,len,notice,auth,from));
}