mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
SLAPD_SCHEMA_NOT_COMPAT: fix add bug
This commit is contained in:
parent
62eea3b452
commit
35a2912388
@ -31,7 +31,7 @@ ldbm_back_add(
|
||||
int rc;
|
||||
const char *text;
|
||||
#ifdef SLAPD_SCHEMA_NOT_COMPAT
|
||||
static AttributeDescription *children = NULL;
|
||||
AttributeDescription *children = slap_schema.si_ad_children;
|
||||
#else
|
||||
static const char *children = "children";
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user