summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source3/lib/ctdbd_conn.c9
-rw-r--r--source3/librpc/idl/messaging.idl2
2 files changed, 1 insertions, 10 deletions
diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c
index bde9dae76bb..fae3f907719 100644
--- a/source3/lib/ctdbd_conn.c
+++ b/source3/lib/ctdbd_conn.c
@@ -469,10 +469,6 @@ static NTSTATUS ctdb_read_req(struct ctdbd_connection *conn, uint32_t reqid,
messaging_send(conn->msg_ctx,
messaging_server_id(conn->msg_ctx),
MSG_SMB_BRL_VALIDATE, &data_blob_null);
- messaging_send(conn->msg_ctx,
- messaging_server_id(conn->msg_ctx),
- MSG_DBWRAP_G_LOCK_RETRY,
- &data_blob_null);
TALLOC_FREE(hdr);
goto next_pkt;
}
@@ -686,11 +682,6 @@ static NTSTATUS ctdb_handle_message(uint8_t *buf, size_t length,
messaging_server_id(conn->msg_ctx),
MSG_SMB_BRL_VALIDATE, &data_blob_null);
- messaging_send(conn->msg_ctx,
- messaging_server_id(conn->msg_ctx),
- MSG_DBWRAP_G_LOCK_RETRY,
- &data_blob_null);
-
TALLOC_FREE(buf);
return NT_STATUS_OK;
}
diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl
index 9405d53133f..a396b5bd1a1 100644
--- a/source3/librpc/idl/messaging.idl
+++ b/source3/librpc/idl/messaging.idl
@@ -118,7 +118,7 @@ interface messaging
/* dbwrap messages 4001-4999 (0x0FA0 - 0x1387) */
/* MSG_DBWRAP_TDB2_CHANGES = 4001, */
- MSG_DBWRAP_G_LOCK_RETRY = 4002,
+ /* MSG_DBWRAP_G_LOCK_RETRY = 4002, */
MSG_DBWRAP_MODIFIED = 4003
} messaging_type;