mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
boi_bdb must be set
This commit is contained in:
parent
563f73b81d
commit
739dcf2193
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue