From 9bf211db6d7d6ef6e59508de69d6d8dfe5bae059 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 7 Aug 2008 18:33:37 +1000 Subject: [PATCH] samba3 can't handle NOREPLY yet (This used to be commit 21729256a550509c3c038efa5acdd6ac39027dce) --- source3/lib/ctdbd_conn.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c index 966fd06602e..265710f52b2 100644 --- a/source3/lib/ctdbd_conn.c +++ b/source3/lib/ctdbd_conn.c @@ -690,6 +690,9 @@ static NTSTATUS ctdbd_control(struct ctdbd_connection *conn, struct ctdbd_connection *new_conn = NULL; NTSTATUS status; + /* the samba3 ctdb code can't handle NOREPLY yet */ + flags &= ~CTDB_CTRL_FLAG_NOREPLY; + if (conn == NULL) { status = ctdbd_init_connection(NULL, &new_conn); -- 2.34.1