int rc = -1;
int manageDSAit = get_manageDSAit( op );
#ifdef SLAPD_SCHEMA_NOT_COMPAT
- static AttributeDescription *children = NULL;
+ AttributeDescription *children = slap_schema.si_ad_children;
#else
static const char *children = "children";
#endif
)
{
#ifdef SLAPD_SCHEMA_NOT_COMPAT
- static AttributeDescription *children = NULL;
+ AttributeDescription *children = slap_schema.si_ad_children;
#else
static const char *children = "children";
#endif
char *dn;
#ifdef SLAPD_SCHEMA_NOT_COMPAT
- static AttributeDescription *entry = NULL;
+ AttributeDescription *entry = slap_schema.si_ad_entry;
#else
static const char *entry = "entry";
#endif