boi_bdb must be set

This commit is contained in:
Luke Howard 2004-08-26 05:27:59 +00:00
parent 563f73b81d
commit 739dcf2193

View file

@ -386,6 +386,7 @@ return_results:
if ( op && !boi ) {
boi = op->o_tmpcalloc(1,sizeof(struct bdb_op_info),op->o_tmpmemctx);
boi->boi_lock = lock;
boi->boi_bdb = op->o_bd;
op->o_private = boi;
}