recoverd: No need to check if node is recovery master when inactive
authorAmitay Isaacs <amitay@gmail.com>
Thu, 27 Jun 2013 05:46:04 +0000 (15:46 +1000)
committerAmitay Isaacs <amitay@gmail.com>
Tue, 2 Jul 2013 02:59:09 +0000 (12:59 +1000)
commit815ddd3341b7e9db39e05a3a3fcd9a1420f053bc
tree7ebda1d3f42a287301a4edd9cc9e9c920f56f92d
parent2396981c4bcf30530aeb7f4395093cc202105b50
recoverd: No need to check if node is recovery master when inactive

If a node is stopped or banned, it will cause early return from the
main_loop, so this check is redundent.  The election will called by an
active node.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
server/ctdb_recoverd.c