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
f9773337
Commit
f9773337
authored
Nov 10, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5783,ITS#5795
parent
b7d95255
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
f9773337
...
...
@@ -25,6 +25,7 @@ OpenLDAP 2.4.13 Engineering
Fixed slapd statslog printing of released entry (ITS#5775)
Added slapd support for certificateListExactMatch (ITS#5700)
Fixed slapd syncrepl MOD of attrs with no EQ rule (ITS#5781)
Fixed slapd undef promote (ITS#5783,ITS#5795)
Added slapd What failed? control (ITS#5784)
Fixed slapd-bdb/hdb invalid db crash (ITS#5698)
Added slapd-bdb/hdb dbpagesize keyword
...
...
servers/slapd/ad.c
View file @
f9773337
...
...
@@ -817,7 +817,10 @@ undef_promote(
*
u_ad
=
(
*
u_ad
)
->
ad_next
;
tmp
->
ad_type
=
nat
;
tmp
->
ad_next
=
NULL
;
/* ad_cname was contiguous, no leak here */
tmp
->
ad_cname
=
nat
->
sat_cname
;
*
n_ad
=
tmp
;
n_ad
=
&
tmp
->
ad_next
;
}
else
{
...
...
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