From ef38cc9501ff7c22403d81e2d1d35abe33c1033f Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 18 Aug 2005 12:50:48 +0000 Subject: [PATCH] cleanup --- servers/slapd/schema_prep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/slapd/schema_prep.c b/servers/slapd/schema_prep.c index ac81a92017..03bca79b8b 100644 --- a/servers/slapd/schema_prep.c +++ b/servers/slapd/schema_prep.c @@ -1028,9 +1028,9 @@ static struct slap_schema_ad_map { }; static AttributeType slap_at_undefined = { - { "1.1.1", NULL, NULL, 1, NULL, + { "1.1.1", NULL, "Catchall for undefined attribute types", 1, NULL, NULL, NULL, NULL, NULL, - 0, 0, 0, 1, 3, NULL }, /* LDAPAttributeType */ + 0, 0, 0, 1, LDAP_SCHEMA_DSA_OPERATION, NULL }, /* LDAPAttributeType */ BER_BVC("UNDEFINED"), /* cname */ NULL, /* sup */ NULL, /* subtypes */ -- 2.39.5