From 068fc5ff83cf6c2c8e4c40ea280ae845ece3197a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 4 Dec 2007 00:53:59 +0000 Subject: [PATCH] (krb5_context_data): Flag if default_cc_name was set by the user. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22126 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_locl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/krb5/krb5_locl.h b/lib/krb5/krb5_locl.h index 346705036..564f9c35f 100644 --- a/lib/krb5/krb5_locl.h +++ b/lib/krb5/krb5_locl.h @@ -231,6 +231,7 @@ typedef struct krb5_context_data { krb5_addresses *ignore_addresses; char *default_cc_name; char *default_cc_name_env; + int default_cc_name_set; void *mutex; /* protects error_string/error_buf */ int large_msg_size; int dns_canonicalize_hostname;