From 7826020e97db152176d098b01436d2c66371636c Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 13 Jan 2002 20:19:40 +0000 Subject: [PATCH] Fix compile error --- 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 c592922182..d5c7abf505 100644 --- a/servers/slapd/schema_prep.c +++ b/servers/slapd/schema_prep.c @@ -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 :) */ }; -- 2.39.5