ITS#9016 Do not forget to close directory handle

This commit is contained in:
Ondřej Kuzník 2021-03-19 12:47:51 +00:00
parent 1d5e16fa54
commit cf67fc22f3

View file

@ -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. */