ctdbd_conn: Remove one call to cluster_fatal
authorVolker Lendecke <vl@samba.org>
Thu, 31 Jan 2013 10:02:52 +0000 (11:02 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 17 Oct 2013 13:51:39 +0000 (15:51 +0200)
commitdcf68fd61811c2a21e10248eadfc00f3861ccf2c
treeb36de03e86d5f4685b5334e1389246bed6d20e72
parent8cab4bd4c16a719a056f46615c0ea54c4cc189a9
ctdbd_conn: Remove one call to cluster_fatal

This is during startup of a ctdb connection, thus it is not as important
as in other cases to immediately exit to free up resources

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/lib/ctdbd_conn.c