ctdb-daemon: Switch interactive variable to a bool
authorMartin Schwenke <martin@meltin.net>
Tue, 6 Nov 2018 03:06:14 +0000 (14:06 +1100)
committerAmitay Isaacs <amitay@samba.org>
Tue, 6 Nov 2018 06:16:18 +0000 (07:16 +0100)
commit01f6fbba4e5823f2cc028ba6f094b55812dff6ee
tree50a4821b8e21d467587a1d264510fafc9fa7cca2
parent804bdf9719cdc128df7ba4dfe7564e5339426b35
ctdb-daemon: Switch interactive variable to a bool

popt uses an int in place of a bool, so declare an extra int and make
the conversion explicit.

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