From 6cc8457cd52437eaa0a1e9f3e16b5d334da27da5 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 23 Dec 2010 16:46:24 +0100 Subject: [PATCH] s3:ctdb: samba can now handle the NOREPLY flag Revert "samba3 can't handle NOREPLY yet" This reverts commit 9bf211db6d7d6ef6e59508de69d6d8dfe5bae059. --- source3/lib/ctdbd_conn.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c index 79abb48ec15..cad28a8cd69 100644 --- a/source3/lib/ctdbd_conn.c +++ b/source3/lib/ctdbd_conn.c @@ -796,9 +796,6 @@ 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