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
5724bd9a
Commit
5724bd9a
authored
Mar 26, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6036
parent
1841bf03
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
5724bd9a
...
...
@@ -11,6 +11,7 @@ OpenLDAP 2.4.16 Release (2009/03/20)
Fixed slapd ctxcsn race condition (ITS#6001)
Fixed slapd debug message (ITS#6027)
Fixed slapd redundant module loading (ITS#6030)
Fixed slapd schema_init freed value (ITS#6036)
Fixed slapd syncrepl newCookie sync messages (ITS#5972)
Fixed slapd syncrepl hang during shutdown (ITS#6011)
Fixed slapd syncrepl too many MMR messages (ITS#6020)
...
...
servers/slapd/schema_init.c
View file @
5724bd9a
...
...
@@ -2814,6 +2814,7 @@ UUIDNormalize(
}
else
{
slap_sl_free
(
normalized
->
bv_val
,
ctx
);
BER_BVZERO
(
normalized
);
return
LDAP_INVALID_SYNTAX
;
}
...
...
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