summaryrefslogtreecommitdiff
path: root/lib/ZCkAuth.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-06-15 12:20:46 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-06-15 12:20:46 +0000
commit8954e484c2f8654993f8570558dab76218861ecd (patch)
tree1b0f53997b959e7bc6aa2693381b79fc2285cd3c /lib/ZCkAuth.c
parentc955794f17b6f737b65728d04b030b1f7a157798 (diff)
when no KERBEROS, return the auth field supplied by the sender
Diffstat (limited to 'lib/ZCkAuth.c')
-rw-r--r--lib/ZCkAuth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ZCkAuth.c b/lib/ZCkAuth.c
index 6e9e04d..073a972 100644
--- a/lib/ZCkAuth.c
+++ b/lib/ZCkAuth.c
@@ -66,6 +66,6 @@ int ZCheckAuthentication(notice, from)
return (our_checksum == notice->z_checksum);
#else
- return (0);
+ return (notice->z_auth);
#endif
}