s4:schema_syntax.c - Change also here counters to "unsigned" where needed
commitbd5f08f3d10d12a34a9b3f40594d36f0d6d37eb9
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:00:32 +0000 (7 19:00 +0100)
tree214ef7ea82e1773abb04e4ceb9fd7c97baf2dd79
parentae049c49df88fcbcce490cd81361912e67775b12
s4:schema_syntax.c - 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.

There were many counter variables typed "uint32_t". This isn't fully correct
since those count LDB objects. The amount is saved in a "num_*" variable which
is "unsigned" without a bitlength specification. Therefore change also these
counters to be plain "unsigned".
source4/dsdb/schema/schema_syntax.c