]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tdbtorture: Align integer types
authorVolker Lendecke <vl@samba.org>
Tue, 23 Oct 2018 03:53:24 +0000 (05:53 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 25 Oct 2018 15:58:24 +0000 (17:58 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/tdb/tools/tdbtorture.c

index 1655c28dfc83430fe35835c5ff8f28dd9fd28698..7d08d4f677547b48f8546d328dea05f82164c69b 100644 (file)
@@ -31,7 +31,7 @@ static int in_transaction;
 static int error_count;
 static int always_transaction = 0;
 static int hash_size = 2;
-static int loopnum;
+static unsigned loopnum;
 static int count_pipe;
 static bool mutex = false;
 static struct tdb_logging_context log_ctx;