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
347ed824
Commit
347ed824
authored
Sep 04, 2007
by
Howard Chu
Browse files
ITS#5119 from HEAD
parent
945efc00
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
347ed824
...
...
@@ -3,6 +3,7 @@ OpenLDAP 2.3 Change Log
OpenLDAP 2.3.39 Engineering
Fixed slapd database/overlay config conflict (ITS#4848)
Fixed slapd password_hash config order (ITS#5082)
Fixed slapd slap_mods_check bug (ITS#5119)
Fixed slapd-bdb DB_CONFIG conversion bug (ITS#5118)
Fixed slapd-sql concurrency issue (ITS#5095)
Fixed slapo-pcache and -rwm interaction fix (ITS#4991)
...
...
servers/slapd/modify.c
View file @
347ed824
...
...
@@ -734,6 +734,7 @@ int slap_mods_check(
"%s: value #%ld normalization failed"
,
ml
->
sml_type
.
bv_val
,
(
long
)
nvals
);
*
text
=
textbuf
;
BER_BVZERO
(
&
ml
->
sml_nvalues
[
nvals
]
);
return
rc
;
}
}
...
...
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