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 21:19:36 +0000 (23:19 +0200)
commit7dff7db566cf3052a50d110f059c3d57ee5d2c40
treef9a1dc61d5393a25bb154dc39ba7a4ce1b6697b7
parentd730a61c1e9f426f4fe9c3c34732c2245b77f0e4
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