Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
864e2769
Commit
864e2769
authored
May 12, 2006
by
Pierangelo Masarati
Browse files
always try to open config; NULL means use default
parent
57bf83b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/passwd/radius.c
View file @
864e2769
...
...
@@ -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
)
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment