ITS#9538 Do not attach csn on (internal) searches

This commit is contained in:
Ondřej Kuzník 2021-09-14 11:16:39 +01:00 committed by Quanah Gibson-Mount
parent 95df37d101
commit 87b78f2060

View file

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