1
0
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:
Michael Adam
2010-12-23 16:46:24 +01:00
parent fd41b4f1a6
commit 6cc8457cd5

View File

@ -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);