From c524be17815e92ce9fcdd0565e76b026e483cc9d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 23 May 2013 08:46:31 +0200 Subject: [PATCH] dsdb-schema: schema_fill_possible_inferiors() should rebuild everthing commit cd7f3fd07215a7b8372b6b623faed02ae1310cb1 reverted the change of commit c2853f55fc603d4875bb1e50a1cbf409df0421ea. Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source4/dsdb/schema/schema_inferiors.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/dsdb/schema/schema_inferiors.c b/source4/dsdb/schema/schema_inferiors.c index 4d095216742..56f5733830a 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); -- 2.11.4.GIT