rename STRING -> krb5_config_string, and LIST -> krb5_config_list
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3386 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -324,7 +324,7 @@ krb5_openlog(krb5_context context,
|
||||
return ret;
|
||||
|
||||
|
||||
while(p = krb5_config_get_next(context->cf, &binding, STRING,
|
||||
while(p = krb5_config_get_next(context->cf, &binding, krb5_config_string,
|
||||
"logging",
|
||||
program,
|
||||
NULL)){
|
||||
@@ -332,7 +332,8 @@ krb5_openlog(krb5_context context,
|
||||
done = 1;
|
||||
}
|
||||
if(!done){
|
||||
while(p = krb5_config_get_next(context->cf, &binding, STRING,
|
||||
while(p = krb5_config_get_next(context->cf, &binding,
|
||||
krb5_config_string,
|
||||
"logging",
|
||||
"default",
|
||||
NULL)){
|
||||
|
Reference in New Issue
Block a user