always try to open config; NULL means use default

This commit is contained in:
Pierangelo Masarati 2006-05-12 14:42:49 +00:00
parent 57bf83b1e0
commit 864e276981

View File

@ -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 ) ) {