mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 20:34:08 -05:00
always try to open config; NULL means use default
This commit is contained in:
parent
57bf83b1e0
commit
864e276981
1 changed files with 2 additions and 4 deletions
|
|
@ -63,10 +63,8 @@ chk_radius(
|
|||
return LUTIL_PASSWD_ERR;
|
||||
}
|
||||
|
||||
if ( config_filename ) {
|
||||
if ( rad_config( h, config_filename ) != 0 ) {
|
||||
goto done;
|
||||
}
|
||||
if ( rad_config( h, config_filename ) != 0 ) {
|
||||
goto done;
|
||||
}
|
||||
|
||||
if ( rad_create_request( h, RAD_ACCESS_REQUEST ) ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue