mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Fix prev commit
This commit is contained in:
parent
4bdc6fcbc9
commit
650ebba22b
1 changed files with 1 additions and 0 deletions
|
|
@ -1671,6 +1671,7 @@ syncprov_op_response( Operation *op, SlapReply *rs )
|
|||
maxcsn.bv_len = sizeof(cbuf);
|
||||
ldap_pvt_thread_rdwr_wlock( &si->si_csn_rwlock );
|
||||
|
||||
slap_get_commit_csn( op, &maxcsn, &foundit );
|
||||
if ( BER_BVISEMPTY( &maxcsn ) && SLAP_GLUE_SUBORDINATE( op->o_bd )) {
|
||||
/* syncrepl queues the CSN values in the db where
|
||||
* it is configured , not where the changes are made.
|
||||
|
|
|
|||
Loading…
Reference in a new issue