mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#5988 allow entries without CSN to be replicated
This commit is contained in:
parent
9764499136
commit
1e651713e2
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue