banning: Make ctdb_local_node_got_banned() a void function
authorAmitay Isaacs <amitay@gmail.com>
Fri, 28 Jun 2013 04:04:18 +0000 (14:04 +1000)
committerMichael Adam <obnox@samba.org>
Mon, 26 Aug 2013 11:35:52 +0000 (13:35 +0200)
commit2f3103af6cfbc7165785b432bff5e4162b547090
tree08a3d0c12115cfce13d035601a69b3221a7917e8
parent2e357793720ceb770ac87346899eb5dfaa93d679
banning: Make ctdb_local_node_got_banned() a void function

When this function is called, we are already committed to banning
and there is no point in failing this function.  In case, freezing of
databases fails, it will be fixed from recovery daemon.
(cherry picked from commit bb178338658b4ae32382a1f62f7c21cee1d4878f)
include/ctdb_private.h
server/ctdb_banning.c
server/ctdb_monitor.c