]> git.sur5r.net Git - openldap/commitdiff
subtype should inherit approximate matching rule
authorKurt Zeilenga <kurt@openldap.org>
Thu, 2 Nov 2000 21:49:03 +0000 (21:49 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 2 Nov 2000 21:49:03 +0000 (21:49 +0000)
servers/slapd/at.c

index 25c1d7589bfa895a3d5709bd0d10c8ecb71c7eed..5a618ae2969db99d2441b2866ef52de92988353b 100644 (file)
@@ -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;
        }