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:38 +0000 (15:51 +0200)
commit8cab4bd4c16a719a056f46615c0ea54c4cc189a9
tree71074fa4b71cf99905d93b4658aa58b2b72b05e5
parentaf3aa8d2d19e6e76580b5a1ccebcc96c1398b155
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