From 87b78f2060d77755787389aecad9de975051e0f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Tue, 14 Sep 2021 11:16:39 +0100 Subject: [PATCH] ITS#9538 Do not attach csn on (internal) searches --- servers/slapd/syncrepl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 83239c38f9..41cd5e49c2 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -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; -- 2.47.3