summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-02-16 12:39:25 +0000
committerMark Murray <markm@FreeBSD.org>1998-02-16 12:39:25 +0000
commit22b8189d6782d83e0f9d9ea1855c655d52f4bdc5 (patch)
treeeaa36f97bfacd2b8d6d9c84ab51d50fd51854f54 /crypto
parent879e5f26e8308040354276f04d02c2de75378add (diff)
Notes
Diffstat (limited to 'crypto')
-rw-r--r--crypto/kerberosIV/lib/krb/krb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/kerberosIV/lib/krb/krb.h b/crypto/kerberosIV/lib/krb/krb.h
index e078b8bc984f..90ca0aba406c 100644
--- a/crypto/kerberosIV/lib/krb/krb.h
+++ b/crypto/kerberosIV/lib/krb/krb.h
@@ -209,7 +209,7 @@ struct krb_host *krb_get_host __P((int, char*, int));
/* Location of ticket file for save_cred and get_cred */
#define TKT_FILE tkt_string()
-#define TKT_ROOT "/tmp/tkt"
+#define TKT_ROOT "/tmp/tkt_"
/* Error codes returned from the KDC */
#define KDC_OK 0 /* Request OK */