mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#5973 hide this for now, it's broken
This commit is contained in:
parent
d03e5ad14e
commit
553d6a9963
1 changed files with 2 additions and 0 deletions
|
|
@ -1631,6 +1631,7 @@ syncprov_op_response( Operation *op, SlapReply *rs )
|
|||
maxcsn.bv_len = sizeof(cbuf);
|
||||
ldap_pvt_thread_rdwr_wlock( &si->si_csn_rwlock );
|
||||
|
||||
#if 0
|
||||
if ( op->o_dont_replicate &&
|
||||
op->orm_modlist->sml_op == LDAP_MOD_REPLACE &&
|
||||
op->orm_modlist->sml_desc == slap_schema.si_ad_contextCSN ) {
|
||||
|
|
@ -1680,6 +1681,7 @@ syncprov_op_response( Operation *op, SlapReply *rs )
|
|||
}
|
||||
return SLAP_CB_CONTINUE;
|
||||
}
|
||||
#endif
|
||||
|
||||
slap_get_commit_csn( op, &maxcsn, &foundit );
|
||||
if ( BER_BVISEMPTY( &maxcsn ) && SLAP_GLUE_SUBORDINATE( op->o_bd )) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue