ctdb-recovery: Fix signed/unsigned comparisons by declaring as unsigned
authorMartin Schwenke <martin@meltin.net>
Sat, 25 May 2019 12:04:10 +0000 (22:04 +1000)
committerAmitay Isaacs <amitay@samba.org>
Wed, 5 Jun 2019 10:25:50 +0000 (10:25 +0000)
commit90622ab901a2738c827d79c002123f758fb966b7
tree6f53adf239314863ead464ca32d004d65debc2ea
parent35368d871d94a0f7bf74ac227a6f0b62bd6c8f1c
ctdb-recovery: Fix signed/unsigned comparisons by declaring as unsigned

Simple cases where variables and function parameters need to be
declared as an unsigned type instead of an int.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/server/ctdb_recovery_helper.c