ITS#3841 fix test in rev 1.220

This commit is contained in:
Howard Chu 2005-07-15 01:17:35 +00:00
parent 5cb994ad36
commit f8173c6e8a

View file

@ -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;