use unsigned instead of uint32_t for LDB counters.
authorCrístian Deives <cristiandeives@gmail.com>
Tue, 9 Mar 2010 02:45:44 +0000 (23:45 -0300)
committerAndrew Tridgell <tridge@samba.org>
Fri, 12 Mar 2010 05:31:20 +0000 (16:31 +1100)
commita0527dd790c12d9f3d7e579103a48dd420946e40
tree034b20608b02c8e59dfd9a410f18c5565a074177
parent208e2801b4715626a46292ca9d576d34d7fbfef2
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