mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
make sure global overlays don't use ora_e after the lock is released
This commit is contained in:
parent
24a3f59e53
commit
cad0d2b705
@ -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 New Issue
Block a user