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
d8518601
Commit
d8518601
authored
Jul 10, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5596
parent
c3d43bcf
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
d8518601
...
...
@@ -11,6 +11,7 @@ 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-meta link to slapd-ldap (ITS#5355)
Fixed slapd-sock, back-shell buffer count (ITS#5558)
...
...
servers/slapd/syncrepl.c
View file @
d8518601
...
...
@@ -2733,6 +2733,7 @@ syncrepl_updateCookie(
mod
.
sml_op
=
LDAP_MOD_REPLACE
;
mod
.
sml_desc
=
slap_schema
.
si_ad_contextCSN
;
mod
.
sml_type
=
mod
.
sml_desc
->
ad_cname
;
mod
.
sml_flags
=
SLAP_MOD_INTERNAL
;
mod
.
sml_nvalues
=
NULL
;
mod
.
sml_next
=
NULL
;
...
...
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