When memory allocations for recovery fails,
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 3 Sep 2010 01:58:27 +0000 (11:58 +1000)
committerMichael Adam <obnox@samba.org>
Thu, 15 Aug 2013 13:06:29 +0000 (15:06 +0200)
commita5329c7083f2a43c6c41abfb64bf1027fd4a8e3e
treed19cbd7bd7afb24733a3433f04980931ac488668
parentb4bf0247ede40f2bbf39391ed9864dc041830fe8
When memory allocations for recovery fails,
dont dereference a null pointer while trying to print the log message for the failure.

also shutdown ctdb with ctdb_fatal()
(cherry picked from commit f8642d0438c6bbb34a72c25d6a904b626e247410)
server/ctdb_recover.c