ctdb-daemon: Correct the condition for logging unchanged flags
commiteec44e286250a6ee7b5c42d85d632bdc300a409f
authorMartin Schwenke <martin@meltin.net>
Fri, 9 Jul 2021 05:13:49 +0000 (9 15:13 +1000)
committerAmitay Isaacs <amitay@samba.org>
Thu, 9 Sep 2021 01:46:49 +0000 (9 01:46 +0000)
treed85ed0b54c3d7112c740310c251b7f8e14dd0868
parent5914054698dab934fd4db5efb9d211b2fdc40bb9
ctdb-daemon: Correct the condition for logging unchanged flags

Don't trust the old flags from the recovery master.

Surrounding code will change in future comments, including the use of
old-style debug macros, so just make this change clear.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14784
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/server/ctdb_monitor.c