mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
If we are inheriting the syntax from a superior, we'd rather inherit
the length too.
This commit is contained in:
parent
9ec2849a6d
commit
45679394e0
1 changed files with 1 additions and 0 deletions
|
|
@ -571,6 +571,7 @@ at_add(
|
|||
if ( sat->sat_sup ) {
|
||||
if ( !sat->sat_syntax ) {
|
||||
sat->sat_syntax = sat->sat_sup->sat_syntax;
|
||||
sat->sat_syntax_len = sat->sat_sup->sat_syntax_len;
|
||||
}
|
||||
if ( !sat->sat_equality ) {
|
||||
sat->sat_equality = sat->sat_sup->sat_equality;
|
||||
|
|
|
|||
Loading…
Reference in a new issue