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)
committerMichael Adam <obnox@samba.org>
Fri, 11 Mar 2011 15:23:44 +0000 (16:23 +0100)
Revert "samba3 can't handle NOREPLY yet"

This reverts commit 9bf211db6d7d6ef6e59508de69d6d8dfe5bae059.

source3/lib/ctdbd_conn.c

index 33e0f7e1bc2d8065d57daff7ea4bbddebcb28578..60174d7d2308b0f7b113399f82ed7d3261c50b41 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);