]> git.sur5r.net Git - openldap/commitdiff
Fix typo in last commit
authorKurt Zeilenga <kurt@openldap.org>
Tue, 22 Apr 2003 20:35:41 +0000 (20:35 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 22 Apr 2003 20:35:41 +0000 (20:35 +0000)
servers/slapd/schema_init.c

index 40119e8c9c6c27b661c1e067b475b77ee988e02d..a083164e1eaad5ffac1f6db139a1d44f44cc9f60 100644 (file)
@@ -2753,7 +2753,7 @@ static slap_syntax_defs_rec syntax_defs[] = {
        {"( 1.3.6.1.4.1.1466.115.121.1.44 DESC 'Printable String' )",
                0, printableStringValidate, NULL},
        {"( 1.3.6.1.4.1.1466.115.121.1.45 DESC 'SubtreeSpecification' )",
-#define subtreeStringValidate UTF8StringValidate /* FIXME */
+#define subtreeSpecificationValidate UTF8StringValidate /* FIXME */
                0, subtreeSpecificationValidate, NULL},
        {"( 1.3.6.1.4.1.1466.115.121.1.49 DESC 'Supported Algorithm' "
                X_BINARY X_NOT_H_R ")",