summaryrefslogtreecommitdiff
path: root/lib/ZExpnRlm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZExpnRlm.c')
-rw-r--r--lib/ZExpnRlm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ZExpnRlm.c b/lib/ZExpnRlm.c
index 1b752a9..54c2fdb 100644
--- a/lib/ZExpnRlm.c
+++ b/lib/ZExpnRlm.c
@@ -48,7 +48,7 @@ char *realm;
#else
int retval;
FILE *rlm_file;
- char krb_host[MAXHOSTNAMELEN+1];
+ char krb_host[NS_MAXDNAME + 1];
static char krb_realm[REALM_SZ+1];
char linebuf[BUFSIZ];
char scratch[64];