diff --git a/servers/slapd/schema_prep.c b/servers/slapd/schema_prep.c index 907ddd3777..cea3be76f3 100644 --- a/servers/slapd/schema_prep.c +++ b/servers/slapd/schema_prep.c @@ -778,7 +778,7 @@ static AttributeType slap_at_undefined = { NULL, /* syntax (this may need to be defined) */ (AttributeTypeSchemaCheckFN *) 0, /* schema check function */ SLAP_AT_ABSTRACT|SLAP_AT_FINAL, /* mask */ - NULL, /* next */ + { NULL }, /* next */ NULL /* attribute description */ /* mutex (don't know how to initialize it :) */ };