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)
committerAmitay Isaacs <amitay@gmail.com>
Tue, 2 Jul 2013 02:59:08 +0000 (12:59 +1000)
commitbb178338658b4ae32382a1f62f7c21cee1d4878f
treed423b1697484429f69eb8d069f71c227617d70ab
parent6a9dbb8fb0f1f6e8c206189cdc2d33bb371ea2a8
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.
include/ctdb_private.h
server/ctdb_banning.c
server/ctdb_monitor.c