]> git.sur5r.net Git - openldap/commitdiff
Fix compile error
authorKurt Zeilenga <kurt@openldap.org>
Sun, 13 Jan 2002 20:19:40 +0000 (20:19 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 13 Jan 2002 20:19:40 +0000 (20:19 +0000)
servers/slapd/schema_prep.c

index c5929221823dd74359634ba10bb38d0c15df4202..d5c7abf505a7a47daef9fa9c02837e54ba1a8f24 100644 (file)
@@ -537,8 +537,8 @@ static AttributeType slap_at_undefined = {
        NULL, NULL, NULL, NULL, /* matching rules */
        NULL, /* syntax (this may need to be defined) */
        (AttributeTypeSchemaCheckFN *) 0, 0, /* schema check function/mask */
-       NULL  /* next */
-       NULL, /* attribute description */
+       NULL, /* next */
+       NULL /* attribute description */
        /* mutex (don't know how to initialize it :) */
 };