use unsigned instead of uint32_t for LDB counters.master
commit4610a863ef5dd747acd38d73530e3b52ba2432cb
authorCrístian Deives <cristiandeives@gmail.com>
Tue, 9 Mar 2010 02:45:44 +0000 (8 23:45 -0300)
committerCrístian Deives <cristiandeives@gmail.com>
Tue, 9 Mar 2010 02:45:44 +0000 (8 23:45 -0300)
treef78773f7d9fba07c78f6a416fe4e15e205a2daeb
parent48c014d89c76d8f1bd2b6bc6a8d1f0f53b05b2cf
use unsigned instead of uint32_t for LDB counters.

the attribute num_values of the struct ldb_message_element is defined as
an unsigned int, so the counters of that variable should be of the same
type.
source4/dsdb/kcc/kcc_topology.c