From: Jeffrey Altman Date: Fri, 23 Jul 1999 03:05:24 +0000 (+0000) Subject: Added new profile_in_memory flag to the struct _krb5_context so that X-Git-Tag: krb5-1.1-beta1~45 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dec31aa489334fd7c660b4af9af14a4252cc022a;p=krb5.git Added new profile_in_memory flag to the struct _krb5_context so that Krb5 may keep track of whether or not a profile file was found. This is needed for conditional use of DNS Realm and Server lookups based on whether or not a profile exists. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11582 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/k5-int.h b/src/include/k5-int.h index b44cf755a..2f7fb7f4f 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -990,6 +990,7 @@ struct _krb5_context { krb5_boolean profile_secure; int fcc_default_format; int scc_default_format; + krb5_boolean profile_in_memory; }; /* could be used in a table to find an etype and initialize a block */