diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-03-07 19:02:47 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-03-07 20:18:10 +0100 |
commit | 632adf73288fe65c19ece464994f8e2c5021116c (patch) | |
tree | 96409f3b7252025a61870e8f5b714f3e28a03503 /source4/dsdb/common/util.c | |
parent | 3bb3667b4378702ba63352bfc172869379249302 (diff) | |
download | samba-632adf73288fe65c19ece464994f8e2c5021116c.tar.gz samba-632adf73288fe65c19ece464994f8e2c5021116c.tar.bz2 samba-632adf73288fe65c19ece464994f8e2c5021116c.zip |
s4:repl_meta_data LDB module - change counter variables to "unsigned" where appropriate
I used "unsigned int" counters where we count LDB objects (LDB specification
prescribes to use "unsigned" index variables).
But on DSDB replication object counters I used "uint32_t" typed variables as it
is suggested.
If a counter variable counts both types of objects I used "unsigned int" since
size(unsigned int) >= size(uint32_t), but on most platforms equal.
Diffstat (limited to 'source4/dsdb/common/util.c')
0 files changed, 0 insertions, 0 deletions