mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ITS#5465 ignore ops without queued CSNs
This commit is contained in:
parent
c7a49fcfc5
commit
96d5ed5bc5
@ -1619,6 +1619,10 @@ syncprov_op_response( Operation *op, SlapReply *rs )
|
||||
sizeof(int));
|
||||
si->si_sids[i] = sid;
|
||||
}
|
||||
} else {
|
||||
/* internal ops that aren't meant to be replicated */
|
||||
ldap_pvt_thread_rdwr_wunlock( &si->si_csn_rwlock );
|
||||
return SLAP_CB_CONTINUE;
|
||||
}
|
||||
|
||||
/* Don't do any processing for consumer contextCSN updates */
|
||||
|
Loading…
Reference in New Issue
Block a user