s4:schema - Change also here counters to "unsigned" where needed
commit5a54b204c3d2b6c9282cdd459a3d1030fde48926
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Fri, 6 Nov 2009 19:14:41 +0000 (6 20:14 +0100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sun, 7 Mar 2010 18:01:15 +0000 (7 19:01 +0100)
tree64b4f4ac60c78eb7fe348d314392490d9d434fd4
parentbd5f08f3d10d12a34a9b3f40594d36f0d6d37eb9
s4:schema - Change also here counters to "unsigned" where needed

Counters which are used in the way  "for (i = 0; array[i] != NULL; i++)" I
modified to "unsigned" since for sure we don't want to have negative array
indexes there.
source4/dsdb/schema/schema_convert_to_ol.c
source4/dsdb/schema/schema_description.c
source4/dsdb/schema/schema_inferiors.c
source4/dsdb/schema/schema_init.c
source4/dsdb/schema/schema_prefixmap.c
source4/dsdb/schema/schema_query.c
source4/dsdb/schema/schema_set.c