diff options
-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 */ |