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
2eb9d166
Commit
2eb9d166
authored
Jul 10, 2008
by
Quanah Gibson-Mount
Browse files
more for ITS#5596
parent
d8518601
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
2eb9d166
...
...
@@ -11,8 +11,8 @@ OpenLDAP 2.4.11 Engineering
Fixed slapd configContext OID (ITS#5383)
Fixed slapd crash with no listeners (ITS#5563)
Fixed slapd equality rules for olcRootDN/olcSchemaDN (ITS#5540)
Fixed slapd syncrepl contextCSN updates as internal ops (ITS#5596)
Fixed slapd sets memory leak (ITS#5557)
Fixed slapd/slapo-syncprov syncrepl contextCSN updates as internal ops (ITS#5596)
Fixed slapd-meta link to slapd-ldap (ITS#5355)
Fixed slapd-sock, back-shell buffer count (ITS#5558)
Fixed slapo-dynlist dg attrs lookup (ITS#5583)
...
...
servers/slapd/overlays/syncprov.c
View file @
2eb9d166
...
...
@@ -1338,7 +1338,7 @@ syncprov_checkpoint( Operation *op, SlapReply *rs, slap_overinst *on )
mod
.
sml_nvalues
=
NULL
;
mod
.
sml_desc
=
slap_schema
.
si_ad_contextCSN
;
mod
.
sml_op
=
LDAP_MOD_REPLACE
;
mod
.
sml_flags
=
0
;
mod
.
sml_flags
=
SLAP_MOD_INTERNAL
;
mod
.
sml_next
=
NULL
;
cb
.
sc_response
=
slap_null_cb
;
...
...
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