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

This commit is contained in:
Hallvard Furuseth 2012-04-07 13:10:51 +02:00
parent d2da9c1a7d
commit 19905a390f

View File

@ -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;