in the DEFAULT_PROFILE_PATH change.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6924
dc483132-0cff-0310-8789-
dd5450dbe970
+Mon Oct 2 17:36:38 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * init_os_ctx.c (krb5_os_init_context): Put back in the
+ KRB5_CONFIG environment before setting to default.
+
Tue Sep 26 22:46:01 1995 Mark Eichin <eichin@cygnus.com>
* init_os_ctx.c (krb5_os_init_context): use profile_init_path for
* When the profile routines are later enhanced, we will try
* including a config file from user's home directory here.
*/
+ name = getenv("KRB5_CONFIG");
if(!name) name = DEFAULT_PROFILE_PATH;
retval = profile_init_path(name, &ctx->profile);