]> git.sur5r.net Git - openldap/commitdiff
ITS#5988 allow entries without CSN to be replicated
authorHoward Chu <hyc@openldap.org>
Sat, 14 Mar 2009 07:22:19 +0000 (07:22 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 14 Mar 2009 07:22:19 +0000 (07:22 +0000)
servers/slapd/overlays/syncprov.c

index 2fb23d3c3cdb2337570503525751575163908da2..01015172e71d5b6a4dc4cd40720b362ca00fa36f 100644 (file)
@@ -1733,10 +1733,12 @@ syncprov_op_response( Operation *op, SlapReply *rs )
                                        sizeof(int));
                                si->si_sids[i] = sid;
                        }
+#if 0
                } else if ( !foundit ) {
                        /* internal ops that aren't meant to be replicated */
                        ldap_pvt_thread_rdwr_wunlock( &si->si_csn_rwlock );
                        return SLAP_CB_CONTINUE;
+#endif
                }
 
                /* Don't do any processing for consumer contextCSN updates */