Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
427d7661
Commit
427d7661
authored
Mar 17, 2009
by
Quanah Gibson-Mount
Browse files
ITS#5973
parent
278ec757
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
427d7661
...
...
@@ -24,6 +24,7 @@ OpenLDAP 2.4.16 Engineering
Fixed slapd-syncprov too many MMR messages (ITS#6020)
Fixed slapo-syncprov replica lockout (ITS#5985)
Fixed slapo-syncprov modtarget tracking (ITS#5999)
Fixed slapo-syncprov multiple CSN propagation (ITS#5973)
Fixed slapo-syncprov skipped entries with MMR (ITS#5988)
Build Environment
Cleaned up alloc/free functions for Windows (ITS#6005)
...
...
servers/slapd/overlays/syncprov.c
View file @
427d7661
...
...
@@ -1644,7 +1644,6 @@ 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
)
{
...
...
@@ -1694,7 +1693,6 @@ 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
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment