summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e078b8b..90ca0ab 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 */
OpenPOWER on IntegriCloud