mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
Fix typo in prev commit
This commit is contained in:
parent
1d746e552a
commit
f6ae9c9c9f
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ return_results:
|
|||
op->o_tmpmemctx );
|
||||
bli->bli_next = boi->boi_locks;
|
||||
bli->bli_id = e->e_id;
|
||||
bii->bli_flag = 0;
|
||||
bli->bli_flag = 0;
|
||||
bli->bli_lock = lock;
|
||||
boi->boi_locks = bli;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue