From c18e2ed00f199a6c48d3e9c9dd7213b723e80f5b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 24 Oct 2018 07:26:49 +0200 Subject: [PATCH] tdb: Align an integer type Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- lib/tdb/common/dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tdb/common/dump.c b/lib/tdb/common/dump.c index d4e3478469b..adcf591ee0c 100644 --- a/lib/tdb/common/dump.c +++ b/lib/tdb/common/dump.c @@ -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;ihash_size;i++) { tdb_dump_chain(tdb, i); } -- 2.11.4.GIT