mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
always try to open config; NULL means use default
This commit is contained in:
parent
57bf83b1e0
commit
864e276981
@ -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 New Issue
Block a user