summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema_query.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-11-06 20:14:41 +0100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-07 19:00:32 +0100
commitbd5f08f3d10d12a34a9b3f40594d36f0d6d37eb9 (patch)
tree214ef7ea82e1773abb04e4ceb9fd7c97baf2dd79 /source4/dsdb/schema/schema_query.c
parentae049c49df88fcbcce490cd81361912e67775b12 (diff)
downloadsamba-bd5f08f3d10d12a34a9b3f40594d36f0d6d37eb9.tar.gz
samba-bd5f08f3d10d12a34a9b3f40594d36f0d6d37eb9.tar.bz2
samba-bd5f08f3d10d12a34a9b3f40594d36f0d6d37eb9.zip
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".
Diffstat (limited to 'source4/dsdb/schema/schema_query.c')
0 files changed, 0 insertions, 0 deletions