diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-11-06 20:14:41 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-03-07 19:00:32 +0100 |
commit | bd5f08f3d10d12a34a9b3f40594d36f0d6d37eb9 (patch) | |
tree | 214ef7ea82e1773abb04e4ceb9fd7c97baf2dd79 /source3/winbindd/winbindd_getuserdomgroups.c | |
parent | ae049c49df88fcbcce490cd81361912e67775b12 (diff) | |
download | samba-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 'source3/winbindd/winbindd_getuserdomgroups.c')
0 files changed, 0 insertions, 0 deletions