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
2f770f8a
Commit
2f770f8a
authored
Dec 14, 2007
by
Howard Chu
Browse files
ITS#5276 from HEAD
parent
bb38c6fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/config.c
View file @
2f770f8a
...
...
@@ -859,6 +859,10 @@ read_config_file(const char *fname, int depth, ConfigArgs *cf, ConfigTable *cft)
rc
=
0
;
done:
if
(
cf
)
{
cf
->
be
=
c
->
be
;
cf
->
bi
=
c
->
bi
;
}
ch_free
(
c
->
tline
);
fclose
(
fp
);
ch_free
(
c
->
argv
);
...
...
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