From 9c18bf414c45f8d481fa72137a7ba3cce992c1cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 3 Apr 2009 04:08:09 +0000 Subject: [PATCH] use constants for cache types git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25063 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/fcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/fcache.c b/lib/krb5/fcache.c index 7417e904b..be243eef3 100644 --- a/lib/krb5/fcache.c +++ b/lib/krb5/fcache.c @@ -743,7 +743,7 @@ fcc_remove_cred(krb5_context context, char *newname; int fd; - ret = krb5_cc_new_unique(context, krb5_cc_new_unique, NULL, ©); + ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, ©); if (ret) return ret;