From 2709915a999180529ee99f7993c6ce51be3b3ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 30 Jun 2006 17:08:40 +0000 Subject: [PATCH] (krb5_cc_new_unique): use KRB5_DEFAULT_CCNAME as the default prefix git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17762 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/cache.c b/lib/krb5/cache.c index 95b740822..817298586 100644 --- a/lib/krb5/cache.c +++ b/lib/krb5/cache.c @@ -188,7 +188,7 @@ krb5_cc_new_unique(krb5_context context, const char *type, const krb5_cc_ops *ops; if (type == NULL) - type = "FILE"; + type = KRB5_DEFAULT_CCNAME; ops = krb5_cc_get_prefix_ops(context, type); if (ops == NULL) {