Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
a05913bf
Commit
a05913bf
authored
Apr 05, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6045
parent
5724bd9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
a05913bf
...
...
@@ -29,6 +29,7 @@ OpenLDAP 2.4.16 Release (2009/03/20)
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 race condition (ITS#6045)
Fixed slapo-syncprov sending cookies without CSN (ITS#6024)
Fixed slapo-syncprov skipped entries with MMR (ITS#5988)
Fixed tools passphrase free (ITS#6014)
...
...
servers/slapd/overlays/syncprov.c
View file @
a05913bf
...
...
@@ -1252,8 +1252,10 @@ syncprov_matchops( Operation *op, opcookie *opc, int saveit )
oh
=
*
op
->
o_hdr
;
oh
.
oh_conn
=
ss
->
s_op
->
o_conn
;
oh
.
oh_connid
=
ss
->
s_op
->
o_connid
;
op2
.
o_bd
=
op
->
o_bd
->
bd_self
;
op2
.
o_hdr
=
&
oh
;
op2
.
o_extra
=
op
->
o_extra
;
op2
.
o_callback
=
NULL
;
rc
=
test_filter
(
&
op2
,
e
,
ss
->
s_op
->
ors_filter
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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