mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
ITS#7234 Fix syncprov entry leak: Set op->o_tag
This commit is contained in:
parent
d2da9c1a7d
commit
19905a390f
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue