summaryrefslogtreecommitdiff
path: root/server/acl_files.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/acl_files.c')
-rw-r--r--server/acl_files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/acl_files.c b/server/acl_files.c
index 27c7f63..83b6663 100644
--- a/server/acl_files.c
+++ b/server/acl_files.c
@@ -114,7 +114,7 @@ void acl_canonicalize_principal(principal, canon)
canon += len;
*canon++ = '\0';
}
-#ifdef ZEPHYR_USES_KERBEROS
+#ifdef HAVE_KRB4
else if (krb_get_lrealm(canon, 1) != KSUCCESS) {
strcpy(canon, KRB_REALM);
}