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 01:58:27 +0000 (11:58 +1000)
commit16a5cad37fa9093beb3ab5e4c24bbd61056c89f8
tree5a6411f2d1219dc5e62e28845a1d685e6fad40d7
parent35b719c8e2d97ec7014401a132937a01a1f2da7f
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