ctdb-daemon: Avoid referencing NULL pointer due to unknown old interface
authorMartin Schwenke <martin@meltin.net>
Fri, 29 Jul 2016 09:48:37 +0000 (19:48 +1000)
committerMartin Schwenke <martins@samba.org>
Wed, 17 Aug 2016 21:00:26 +0000 (23:00 +0200)
commit2210337ce8166561e27bf7c4bad8efaab766032b
tree1f99f71706e275d71f789fcae3a73cbb7ad6615c
parent81cba9054e438faf5ba3be6fe4893ad92350bd61
ctdb-daemon: Avoid referencing NULL pointer due to unknown old interface

This doesn't currently happen but it will in a subsequent commit.
That commit and this one could be squashed but then the functional
change gets lost in amongst this one.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/server/ctdb_takeover.c