ctdb-recoverd: Drop unused nodemap argument from update_flags_on_all_nodes()
commit5ad1f837d65b656bf73b0415de3b862d42fb840f
authorMartin Schwenke <martin@meltin.net>
Thu, 18 Jan 2018 09:25:07 +0000 (18 20:25 +1100)
committerStefan Metzmacher <metze@samba.org>
Thu, 27 Aug 2020 10:48:07 +0000 (27 10:48 +0000)
tree862379ef6c08f82c1327e0be1aae034eda4bc98e
parent51f8ccf2887ed5a478170292d49756c60bc990b3
ctdb-recoverd: Drop unused nodemap argument from update_flags_on_all_nodes()

An unused argument needlessly extends the length of function calls.  A
subsequent change will allow rec->nodemap to be used if necessary.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
(cherry picked from commit 6982fcb3e6c940d0047aac3b6bfbc9dfdc8d7214)
ctdb/server/ctdb_recoverd.c