mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
ITS#9538 Do not attach csn on (internal) searches
This commit is contained in:
parent
95df37d101
commit
87b78f2060
1 changed files with 1 additions and 0 deletions
|
|
@ -4290,6 +4290,7 @@ retry_add:;
|
|||
op2.ors_limit = NULL;
|
||||
op2.ors_slimit = 1;
|
||||
op2.ors_tlimit = SLAP_NO_LIMIT;
|
||||
BER_BVZERO( &op2.o_csn );
|
||||
|
||||
f.f_choice = LDAP_FILTER_PRESENT;
|
||||
f.f_desc = slap_schema.si_ad_objectClass;
|
||||
|
|
|
|||
Loading…
Reference in a new issue