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)
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

index d30e680d8de20aaf1b8431da163bc951b7ad27e9..70833cb91d042b9fff7eb0134bb2cc1d004a36ee 100644 (file)
@@ -531,7 +531,6 @@ static NTSTATUS ctdbd_init_connection(TALLOC_CTX *mem_ctx,
 
        if (!NT_STATUS_IS_OK(status)) {
                DEBUG(10, ("get_cluster_vnn failed: %s\n", nt_errstr(status)));
-               cluster_fatal("get_cluster_vnn failed");
                goto fail;
        }