mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
Do closedir()
This commit is contained in:
parent
24fd4404d2
commit
2032577773
1 changed files with 2 additions and 0 deletions
|
|
@ -149,6 +149,8 @@ main( int argc, char **argv )
|
|||
}
|
||||
}
|
||||
|
||||
closedir( datadir );
|
||||
|
||||
/* look for search requests */
|
||||
if ( sfile ) {
|
||||
snum = get_search_filters( sfile, sreqs );
|
||||
|
|
|
|||
Loading…
Reference in a new issue