mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
samba3 can't handle NOREPLY yet
This commit is contained in:
parent
2e85cbe88b
commit
21729256a5
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user