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
c8f5588d
Commit
c8f5588d
authored
Sep 05, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5683
parent
b9d0a1bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
c8f5588d
...
...
@@ -5,6 +5,7 @@ OpenLDAP 2.4.12 Engineering
Fixed liblutil executables on Windows (ITS#5604)
Fixed slapd aci performance (ITS#5636)
Fixed slapd aci's with sets (ITS#5627)
Fixed slapd attribute leak (ITS#5683)
Fixed slapd custom attribute inheritance (ITS#5642)
Fixed slapd dynacl mask handling (ITS#5637)
Fixed slapd firstComponentMatch normalization (ITS#5634)
...
...
servers/slapd/at.c
View file @
c8f5588d
...
...
@@ -939,6 +939,11 @@ error_return:;
at
->
at_oid
=
oidm
;
}
if
(
soidm
)
{
SLAP_FREE
(
at
->
at_syntax_oid
);
at
->
at_syntax_oid
=
soidm
;
}
}
else
if
(
rsat
)
{
*
rsat
=
sat
;
}
...
...
Write
Preview
Markdown
is supported
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