From 07ad8cefed6a79d70cb01ddc4c62ee45b329035e Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Mon, 27 Jan 2003 21:57:32 +0000 Subject: [PATCH] silence warning --- servers/slapd/schema_prep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 :) */ }; -- 2.39.5