]> git.sur5r.net Git - openldap/commitdiff
Zap presentation address match define
authorKurt Zeilenga <kurt@openldap.org>
Wed, 9 May 2001 23:43:06 +0000 (23:43 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 9 May 2001 23:43:06 +0000 (23:43 +0000)
servers/slapd/schema_init.c

index b06349928c14cdab06472ff1a7920d0b9eb07146..47121340e4598b1ff171f0e219fb00944d8fee91 100644 (file)
@@ -71,7 +71,6 @@
 /* unimplemented matching routines */
 #define caseIgnoreListMatch                            NULL
 #define caseIgnoreListSubstringsMatch  NULL
-#define presentationAddressMatch               NULL
 #define protocolInformationMatch               NULL
 #define integerFirstComponentMatch             NULL
 
@@ -4500,7 +4499,7 @@ struct mrule_defs_rec mrule_defs[] = {
                "SYNTAX 1.3.6.1.4.1.1466.115.121.1.43 )",
                SLAP_MR_EQUALITY | SLAP_MR_EXT,
                NULL, NULL,
-               presentationAddressMatch, NULL, NULL,
+               NULL, NULL, NULL,
                NULL},
 
        {"( 2.5.13.23 NAME 'uniqueMemberMatch' "