summaryrefslogtreecommitdiff
path: root/auth-krb4.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-krb4.c')
-rw-r--r--auth-krb4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-krb4.c b/auth-krb4.c
index 95fc7229f..7e30646f8 100644
--- a/auth-krb4.c
+++ b/auth-krb4.c
@@ -139,7 +139,7 @@ int
139krb4_init(uid_t uid) 139krb4_init(uid_t uid)
140{ 140{
141 static int cleanup_registered = 0; 141 static int cleanup_registered = 0;
142 char *tkt_root = TKT_ROOT; 142 const char *tkt_root = TKT_ROOT;
143 struct stat st; 143 struct stat st;
144 int fd; 144 int fd;
145 145