From: Michael Adam Date: Thu, 23 Dec 2010 15:46:24 +0000 (+0100) Subject: s3:ctdb: samba can now handle the NOREPLY flag X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=53fcc3a81dc17530ae822dc1ee0a358af1e973aa s3:ctdb: samba can now handle the NOREPLY flag Revert "samba3 can't handle NOREPLY yet" This reverts commit 9bf211db6d7d6ef6e59508de69d6d8dfe5bae059. Signed-off-by: Stefan Metzmacher --- diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c index fbd6395d067c..1b64a2988740 100644 --- a/source3/lib/ctdbd_conn.c +++ b/source3/lib/ctdbd_conn.c @@ -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);