mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
s3:ctdb: samba can now handle the NOREPLY flag
Revert "samba3 can't handle NOREPLY yet"
This reverts commit 9bf211db6d
.
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user