dsdb-schema: schema_fill_possible_inferiors() should rebuild everthing
authorStefan Metzmacher <metze@samba.org>
Thu, 23 May 2013 06:46:31 +0000 (08:46 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 23 May 2013 06:47:39 +0000 (08:47 +0200)
commit cd7f3fd07215a7b8372b6b623faed02ae1310cb1 reverted the change
of commit c2853f55fc603d4875bb1e50a1cbf409df0421ea.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source4/dsdb/schema/schema_inferiors.c

index 4d095216742885cf9ba8bc9865125fe0aaf06f7f..56f5733830a5eb8fcae82ebd8def9c80a58f8727 100644 (file)
@@ -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);