mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Remove fix for ITS#5465, causes ITS#5385 to worsen.
This commit is contained in:
parent
9e65338d0f
commit
8330aa4971
2 changed files with 0 additions and 5 deletions
1
CHANGES
1
CHANGES
|
|
@ -9,7 +9,6 @@ OpenLDAP 2.3.42 Engineering
|
|||
Fixed slapd-ldap connection handler (ITS#5404)
|
||||
Fixed slapo-accesslog null callback stack crash (ITS#5490)
|
||||
Fixed slapo-syncprov csn update with delta-syncrepl (ITS#5493)
|
||||
Fixed slapo-syncprov sending ops without queued CSNs (ITS#5465)
|
||||
|
||||
OpenLDAP 2.3.41 Release (2008/02/19)
|
||||
Fixed slapd timestamp race condition (ITS#5370)
|
||||
|
|
|
|||
|
|
@ -1515,10 +1515,6 @@ syncprov_op_response( Operation *op, SlapReply *rs )
|
|||
strcpy( si->si_ctxcsnbuf, cbuf );
|
||||
si->si_ctxcsn.bv_len = maxcsn.bv_len;
|
||||
}
|
||||
} 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 a new issue