new krb5_config_parse_file

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9941 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-05-14 06:17:58 +00:00
parent f45a473448
commit 49abdf5d33
3 changed files with 3 additions and 3 deletions

View File

@@ -250,7 +250,7 @@ configure(int argc, char **argv)
if(config_file == NULL)
config_file = _PATH_KDC_CONF;
if(krb5_config_parse_file(config_file, &cf))
if(krb5_config_parse_file(context, config_file, &cf))
cf = NULL;
get_dbinfo(cf);