diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/dsdb/schema/schema_inferiors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/schema/schema_inferiors.c b/source4/dsdb/schema/schema_inferiors.c index 4d09521674..56f5733830 100644 --- a/source4/dsdb/schema/schema_inferiors.c +++ b/source4/dsdb/schema/schema_inferiors.c @@ -201,8 +201,8 @@ static void schema_fill_possible_inferiors(const struct dsdb_schema *schema, struct dsdb_class *schema_class) { struct dsdb_class *c2; - const char** poss_inf = schema_class->possibleInferiors; - const char** sys_poss_inf = schema_class->systemPossibleInferiors; + const char **poss_inf = NULL; + const char **sys_poss_inf = NULL; for (c2 = schema->classes; c2; c2 = c2->next) { const char **superiors = schema_posssuperiors(schema, c2); |