mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix compile error
This commit is contained in:
parent
ff23cd0f7f
commit
7826020e97
@ -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 :) */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user