mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
make sure global overlays don't use ora_e after the lock is released
This commit is contained in:
parent
24a3f59e53
commit
cad0d2b705
1 changed files with 1 additions and 0 deletions
|
|
@ -310,6 +310,7 @@ fe_op_add( Operation *op, SlapReply *rs )
|
|||
be_entry_release_w( op, e );
|
||||
e = NULL;
|
||||
}
|
||||
op->ora_e = NULL;
|
||||
|
||||
#ifndef SLAPD_MULTIMASTER
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue