Skip to content
Snippets Groups Projects
Commit c8f5588d authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#5683

parent b9d0a1bb
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment