s4:cracknames - Change two counter variables to unsigned
commitc695ce729b0e92a1033d505df04cd7813cb3b1b7
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>
Fri, 5 Mar 2010 12:38:00 +0000 (5 13:38 +0100)
tree0afb84c42a44ef5b3db9c784c78191a80672ae3e
parente8788808da604e867c8e1b31349abdd934a6789f
s4:cracknames - Change two counter variables to unsigned

In both cases the unsigned counter fits better:
- in the first one since we are counting LDB objects starting from 0
- in the second since we are counting an array starting from 0
source4/dsdb/samdb/cracknames.c