When memory allocations for recovery fails,
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 3 Sep 2010 01:58:27 +0000 (11:58 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 3 Sep 2010 02:00:19 +0000 (12:00 +1000)
commitd9ace0124b23ab4fd3db87c908f0562dac845545
tree90e577522fc45347c602d995a4ef0678f736680a
parent799f4ee0d81175337c993006006b5e6c26e11cf1
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()
server/ctdb_recover.c