From: Pierangelo Masarati Date: Mon, 27 Jan 2003 21:57:32 +0000 (+0000) Subject: silence warning X-Git-Tag: NO_SLAP_OP_BLOCKS~481 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=07ad8cefed6a79d70cb01ddc4c62ee45b329035e;p=openldap silence warning --- 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 :) */ };