diff options
author | Volker Lendecke <vl@samba.org> | 2013-01-31 11:02:52 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-10-17 23:19:36 +0200 |
commit | 20d3f308e294c0ec616fa07570d9ba9254163d8f (patch) | |
tree | ceb57d2005ef69dfdf0817548b6d299a105c7a6c /source3 | |
parent | 7dff7db566cf3052a50d110f059c3d57ee5d2c40 (diff) | |
download | samba-20d3f308e294c0ec616fa07570d9ba9254163d8f.tar.gz samba-20d3f308e294c0ec616fa07570d9ba9254163d8f.tar.bz2 samba-20d3f308e294c0ec616fa07570d9ba9254163d8f.zip |
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>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/ctdbd_conn.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |