mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
ITS#7234 Fix syncprov entry leak: Set op->o_tag
This commit is contained in:
parent
d2da9c1a7d
commit
19905a390f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user