mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s3: Fix the code to immediately disconnect from a non-working ctdbd
This commit is contained in:
parent
385d925f7e
commit
46a3019d36
@ -515,6 +515,7 @@ static NTSTATUS ctdbd_init_connection(TALLOC_CTX *mem_ctx,
|
||||
|
||||
if (!ctdbd_working(conn, conn->our_vnn)) {
|
||||
DEBUG(2, ("Node is not working, can not connect\n"));
|
||||
status = NT_STATUS_INTERNAL_DB_ERROR;
|
||||
goto fail;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user