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>
Thu, 31 Mar 2011 16:10:22 +0000 (18:10 +0200)
Revert "samba3 can't handle NOREPLY yet"

This reverts commit 9bf211db6d7d6ef6e59508de69d6d8dfe5bae059.

source3/lib/ctdbd_conn.c

index 79abb48ec15e197632359d7fce77f792130a0e5c..cad28a8cd69b636e5953f459f1355cc6a207e015 100644 (file)
@@ -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);