]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9538 Do not attach csn on (internal) searches
authorOndřej Kuzník <ondra@mistotebe.net>
Tue, 14 Sep 2021 10:16:39 +0000 (11:16 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 12 Jan 2022 22:43:56 +0000 (22:43 +0000)
servers/slapd/syncrepl.c

index bf3fd0858980ea3fe5fdd54d3000f99f89b794df..1602d114d352204c68079a5f375c709eea1fbbae 100644 (file)
@@ -4292,6 +4292,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;