banning: No need to check if banned pnn is for local node
authorAmitay Isaacs <amitay@gmail.com>
Mon, 24 Jun 2013 04:33:32 +0000 (14:33 +1000)
committerAmitay Isaacs <amitay@gmail.com>
Tue, 2 Jul 2013 02:59:08 +0000 (12:59 +1000)
commit297d93cecc3c0655e72ecac38508e113bdbeab9c
treec2181ca9fb982174e35296223cedf4e3c0be5e81
parentbb178338658b4ae32382a1f62f7c21cee1d4878f
banning: No need to check if banned pnn is for local node

If the banned pnn is not the local node, the function returns early.
So no need for additional check.

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