Skip to content
Snippets Groups Projects
Commit 739dcf21 authored by Luke Howard's avatar Luke Howard
Browse files

boi_bdb must be set

parent 563f73b8
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment