summaryrefslogtreecommitdiff
path: root/source4/dsdb/kcc
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-07 19:02:47 +0100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-07 20:18:10 +0100
commit632adf73288fe65c19ece464994f8e2c5021116c (patch)
tree96409f3b7252025a61870e8f5b714f3e28a03503 /source4/dsdb/kcc
parent3bb3667b4378702ba63352bfc172869379249302 (diff)
downloadsamba-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/kcc')
0 files changed, 0 insertions, 0 deletions