From dec31aa489334fd7c660b4af9af14a4252cc022a Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 23 Jul 1999 03:05:24 +0000 Subject: [PATCH] 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 --- src/include/k5-int.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.26.2