(init_context_from_config_file): set default_cc_name_set

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22132 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-04 01:23:41 +00:00
parent 91e9ef46f2
commit 0a39807d9f

View File

@@ -183,6 +183,7 @@ init_context_from_config_file(krb5_context context)
INIT_FIELD(context, int, large_msg_size, 1400, "large_message_size");
INIT_FIELD(context, bool, dns_canonicalize_hostname, TRUE, "dns_canonicalize_hostname");
context->default_cc_name = NULL;
context->default_cc_name_set = 0;
return 0;
}