From 8954e484c2f8654993f8570558dab76218861ecd Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 15 Jun 1988 12:20:46 +0000 Subject: when no KERBEROS, return the auth field supplied by the sender --- lib/ZCkAuth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ZCkAuth.c') 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 } -- cgit v1.2.3