Fix compile error

This commit is contained in:
Kurt Zeilenga 2002-01-13 20:19:40 +00:00
parent ff23cd0f7f
commit 7826020e97

View File

@ -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 :) */
};