s4:repl_meta_data LDB module - change counter variables to "unsigned" where appropriate
commit632adf73288fe65c19ece464994f8e2c5021116c
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sun, 7 Mar 2010 18:02:47 +0000 (7 19:02 +0100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sun, 7 Mar 2010 19:18:10 +0000 (7 20:18 +0100)
tree96409f3b7252025a61870e8f5b714f3e28a03503
parent3bb3667b4378702ba63352bfc172869379249302
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.
source4/dsdb/samdb/ldb_modules/repl_meta_data.c