From: Howard Chu Date: Sat, 14 Mar 2009 07:22:19 +0000 (+0000) Subject: ITS#5988 allow entries without CSN to be replicated X-Git-Tag: ACLCHECK_0~687 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1e651713e2ca6239aa47ae45666a604585671a7c;p=openldap ITS#5988 allow entries without CSN to be replicated --- diff --git a/servers/slapd/overlays/syncprov.c b/servers/slapd/overlays/syncprov.c index 2fb23d3c3c..01015172e7 100644 --- a/servers/slapd/overlays/syncprov.c +++ b/servers/slapd/overlays/syncprov.c @@ -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 */