1
0
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:
Volker Lendecke 2009-12-03 01:55:52 +01:00 committed by Michael Adam
parent 385d925f7e
commit 46a3019d36

View File

@ -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;
}