diff options
author | Karl Ramm <kcr@1ts.org> | 2013-09-29 13:09:46 -0400 |
---|---|---|
committer | Karl Ramm <kcr@1ts.org> | 2013-09-30 01:57:26 -0400 |
commit | dcaf3476cbd51245f383a5f87c2e958beeeb778e (patch) | |
tree | 386f01bd23400c98e0bebbf6a4e8b5e4a70dc32a | |
parent | 165a2482f7aef8734a58ad31562cd2ad4af772f9 (diff) |
ZCheckRealmAuthentication is no more.
-rw-r--r-- | server/kstuff.c | 3 |
1 files changed, 1 insertions, 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 */ |