mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix prev commit
This commit is contained in:
parent
4bdc6fcbc9
commit
650ebba22b
@ -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 New Issue
Block a user