Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
cf67fc22
Commit
cf67fc22
authored
Mar 19, 2021
by
Ondřej Kuzník
Browse files
ITS#9016 Do not forget to close directory handle
parent
1d5e16fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/bconfig.c
View file @
cf67fc22
...
...
@@ -4536,6 +4536,7 @@ config_setup_ldif( BackendDB *be, const char *dir, int readit ) {
break
;
}
}
closedir
(
dir_of_path
);
}
/* ITS#4194 - only use if it's present, or we're converting. */
...
...
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