From: Kurt Zeilenga Date: Sun, 13 Jan 2002 20:19:40 +0000 (+0000) Subject: Fix compile error X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~155 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7826020e97db152176d098b01436d2c66371636c;p=openldap Fix compile error --- 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 :) */ };