ctdb-daemon: Fix SET_RECLOCK_FILE regression
authorMartin Schwenke <martin@meltin.net>
Wed, 28 Jan 2015 07:51:42 +0000 (18:51 +1100)
committerAmitay Isaacs <amitay@samba.org>
Wed, 4 Feb 2015 02:14:07 +0000 (03:14 +0100)
commit5e00673f2d95b6257a05324d2ae068004e29ff85
treea9285da157cf8acab4627b1a6a6483d9be2c17d5
parent362cac25a744d2d5c6e01495d341969b863d7f12
ctdb-daemon: Fix SET_RECLOCK_FILE regression

If the recovery lock file is unset then this dereferences a NULL
pointer.  The regression is due to commit
6f1ac7af0f87d85402d708231e45a69713bba026.

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