Skip to content
Snippets Groups Projects
Commit 4cd48fe7 authored by Hallvard Furuseth's avatar Hallvard Furuseth Committed by Quanah Gibson-Mount
Browse files

ITS#7234 Fix syncprov entry leak: Set op->o_tag

parent 24e080e4
No related branches found
No related tags found
No related merge requests found
......@@ -3086,6 +3086,7 @@ syncprov_db_open(
}
overlay_entry_release_ov( op, e, 0, on );
if ( si->si_ctxcsn && !SLAP_DBCLEAN( be )) {
op->o_tag = LDAP_REQ_SEARCH;
op->o_req_dn = be->be_suffix[0];
op->o_req_ndn = be->be_nsuffix[0];
op->ors_scope = LDAP_SCOPE_SUBTREE;
......
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