From dcaf3476cbd51245f383a5f87c2e958beeeb778e Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sun, 29 Sep 2013 13:09:46 -0400 Subject: ZCheckRealmAuthentication is no more. --- server/kstuff.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/kstuff.c b/server/kstuff.c index 5bd9d3b..bafd648 100644 --- a/server/kstuff.c +++ b/server/kstuff.c @@ -499,8 +499,7 @@ ZCheckSrvAuthentication(ZNotice_t *notice, if (notice->z_num_other_fields) x = notice->z_other_fields[notice->z_num_other_fields - 1]; else { - /* see also ZCheckRealmAuthentication - and lib/ZCkZaut.c:ZCheckZcodeAuthentication */ + /* see lib/ZCkZaut.c:ZCheckZcodeAuthentication */ /* XXXXXXXXXXXXXXXXXXXXXXX */ if (notice->z_num_hdr_fields > 16) x = cksum1_base + strlen(cksum1_base) + 1; /* multinotice */ -- cgit v1.2.3