mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 16:34:45 -05:00
ITS#3841 fix test in rev 1.220
This commit is contained in:
parent
5cb994ad36
commit
f8173c6e8a
1 changed files with 1 additions and 1 deletions
|
|
@ -546,7 +546,7 @@ bdb_db_close( BackendDB *be )
|
|||
bdb_idl_cache_entry_t *entry, *next_entry;
|
||||
|
||||
/* backend_shutdown closes everything, even if not all were opened */
|
||||
if ( !bdb->bi_flags & BDB_IS_OPEN )
|
||||
if ( !( bdb->bi_flags & BDB_IS_OPEN ))
|
||||
return 0;
|
||||
|
||||
bdb->bi_flags &= ~BDB_IS_OPEN;
|
||||
|
|
|
|||
Loading…
Reference in a new issue