mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
tdb: Align an integer type
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
14abead3ca
commit
c18e2ed00f
@ -95,7 +95,7 @@ static int tdb_dump_chain(struct tdb_context *tdb, int i)
|
||||
|
||||
_PUBLIC_ void tdb_dump_all(struct tdb_context *tdb)
|
||||
{
|
||||
int i;
|
||||
uint32_t i;
|
||||
for (i=0;i<tdb->hash_size;i++) {
|
||||
tdb_dump_chain(tdb, i);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user