mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
subtype should inherit approximate matching rule
This commit is contained in:
parent
35843c6d98
commit
e138a74d48
1 changed files with 1 additions and 0 deletions
|
|
@ -275,6 +275,7 @@ at_add(
|
|||
if ( sat->sat_sup ) {
|
||||
sat->sat_syntax = sat->sat_sup->sat_syntax;
|
||||
sat->sat_equality = sat->sat_sup->sat_equality;
|
||||
sat->sat_approx = sat->sat_sup->sat_approx;
|
||||
sat->sat_ordering = sat->sat_sup->sat_ordering;
|
||||
sat->sat_substr = sat->sat_sup->sat_substr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue