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
ad11b224
Commit
ad11b224
authored
May 20, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5503
ITS#5465
parent
70818bd4
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
ad11b224
...
...
@@ -5,6 +5,7 @@ OpenLDAP 2.4.10 Engineering
Fixed slapd-ldap entry_get() op-dependent behavior (ITS#5513)
Fixed slapo-syncprov csn update with delta-syncrepl (ITS#5493)
Fixed slapo-syncprov op2.o_extra reset (ITS#5506)
Fixed slapo-syncprov sending ops without queued CSNs (ITS#5465)
OpenLDAP 2.4.9 Release (2008/05/07)
Fixed libldap to use unsigned port (ITS#5436)
...
...
servers/slapd/overlays/syncprov.c
View file @
ad11b224
...
...
@@ -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 */
...
...
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