From: Kurt Zeilenga Date: Thu, 2 Nov 2000 21:49:03 +0000 (+0000) Subject: subtype should inherit approximate matching rule X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1661 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e138a74d488cda32c16a4de398db742dd3286fc0;p=openldap subtype should inherit approximate matching rule --- diff --git a/servers/slapd/at.c b/servers/slapd/at.c index 25c1d7589b..5a618ae296 100644 --- a/servers/slapd/at.c +++ b/servers/slapd/at.c @@ -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; }