From 20d3f308e294c0ec616fa07570d9ba9254163d8f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 31 Jan 2013 11:02:52 +0100 Subject: [PATCH] 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 Reviewed-by: Michael Adam --- source3/lib/ctdbd_conn.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c index d30e680d8d..70833cb91d 100644 --- a/source3/lib/ctdbd_conn.c +++ b/source3/lib/ctdbd_conn.c @@ -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; } -- 2.34.1