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:48 +0000 (12:00 +1000)
commitf8642d0438c6bbb34a72c25d6a904b626e247410
treeb97495e37a33a453256398df56f9a04eb5fead41
parentb5169e037fe113a5b62f510646b8fefc055c053b
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