Fix ITS#3255, boi_bdb comparisons

This commit is contained in:
Howard Chu 2004-07-25 21:10:41 +00:00
parent 05fd32498d
commit d9927adf88

View file

@ -265,7 +265,7 @@ int bdb_entry_get(
#endif #endif
if( op ) boi = (struct bdb_op_info *) op->o_private; if( op ) boi = (struct bdb_op_info *) op->o_private;
if( boi != NULL && op->o_bd == boi->boi_bdb ) { if( boi != NULL && op->o_bd->be_private == boi->boi_bdb->be_private ) {
txn = boi->boi_txn; txn = boi->boi_txn;
locker = boi->boi_locker; locker = boi->boi_locker;
} }