If the configuration file does not exist (context->profile == NULL)
authorTheodore Tso <tytso@mit.edu>
Sat, 17 Feb 1996 05:07:06 +0000 (05:07 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 17 Feb 1996 05:07:06 +0000 (05:07 +0000)
commite479e74c3b1a9d78e86a461a89b27a3c17ddb9d4
tree391235cdc3b48f54a1190b0249b34c4f95397035
parent45bd269a28a4ffd0b136e55ad2bac88dd260c95b
If the configuration file does not exist (context->profile == NULL)
return KRB5_CONFIG_CANTOPEN; if the default realm is not defined in
the configuration file, return an error message saying so.  These
changes just make the diagnostic error messages more clear.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7486 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/os/ChangeLog
src/lib/krb5/os/def_realm.c