diff options
author | Michael Adam <obnox@samba.org> | 2010-12-23 16:46:24 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-03-31 18:10:22 +0200 |
commit | 6cc8457cd52437eaa0a1e9f3e16b5d334da27da5 (patch) | |
tree | 411419379faf836d9a4c7bd64eeb2b3cfc572bf5 /source3/lib | |
parent | fd41b4f1a6fc03f85cd769429765b02cc07b4847 (diff) | |
download | samba-6cc8457cd52437eaa0a1e9f3e16b5d334da27da5.tar.gz samba-6cc8457cd52437eaa0a1e9f3e16b5d334da27da5.tar.bz2 samba-6cc8457cd52437eaa0a1e9f3e16b5d334da27da5.zip |
s3:ctdb: samba can now handle the NOREPLY flag
Revert "samba3 can't handle NOREPLY yet"
This reverts commit 9bf211db6d7d6ef6e59508de69d6d8dfe5bae059.
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/ctdbd_conn.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c index 79abb48ec1..cad28a8cd6 100644 --- a/source3/lib/ctdbd_conn.c +++ b/source3/lib/ctdbd_conn.c @@ -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); |