samba3 can't handle NOREPLY yet
authorAndrew Tridgell <tridge@samba.org>
Thu, 7 Aug 2008 08:33:37 +0000 (18:33 +1000)
committerMichael Adam <obnox@samba.org>
Wed, 13 Aug 2008 09:54:08 +0000 (11:54 +0200)
(This used to be commit 21729256a550509c3c038efa5acdd6ac39027dce)

source3/lib/ctdbd_conn.c

index 966fd06602e6032e7b95805313ba2422a204db55..265710f52b2593d862379ad1ff4d1bdbe6911548 100644 (file)
@@ -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);