mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 06:31:11 -05:00
ITS#9016 Do not forget to close directory handle
This commit is contained in:
parent
1d5e16fa54
commit
cf67fc22f3
1 changed files with 1 additions and 0 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue