Skip to content
Snippets Groups Projects
Commit cad0d2b7 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

make sure global overlays don't use ora_e after the lock is released

parent 24a3f59e
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment