diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-08-07 18:33:37 +1000 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-13 11:54:08 +0200 |
commit | 9bf211db6d7d6ef6e59508de69d6d8dfe5bae059 (patch) | |
tree | d72bbe552e7da6b78669d9f4942b893af7b0acf0 /source3/lib | |
parent | b3f4b7768f753e7e13865001c274d7a6790fc72a (diff) | |
download | samba-9bf211db6d7d6ef6e59508de69d6d8dfe5bae059.tar.gz samba-9bf211db6d7d6ef6e59508de69d6d8dfe5bae059.tar.bz2 samba-9bf211db6d7d6ef6e59508de69d6d8dfe5bae059.zip |
samba3 can't handle NOREPLY yet
(This used to be commit 21729256a550509c3c038efa5acdd6ac39027dce)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/ctdbd_conn.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c index 966fd06602..265710f52b 100644 --- a/source3/lib/ctdbd_conn.c +++ b/source3/lib/ctdbd_conn.c @@ -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); |