s3:ctdb: samba can now handle the NOREPLY flag
authorMichael Adam <obnox@samba.org>
Thu, 23 Dec 2010 15:46:24 +0000 (16:46 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Apr 2011 16:10:35 +0000 (18:10 +0200)
Revert "samba3 can't handle NOREPLY yet"

This reverts commit 9bf211db6d7d6ef6e59508de69d6d8dfe5bae059.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/lib/ctdbd_conn.c

index fbd6395d067c5a660b4ffead6c4e3e9c575b92e8..1b64a29887401ed2f02c4148a8a8b72651798488 100644 (file)
@@ -792,9 +792,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);