summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-02-05 21:02:24 -0800
committerKarolin Seeger <kseeger@samba.org>2010-04-01 09:39:13 +0200
commitb4bfadbf5132d0fe63c8c521f18531df9a09a150 (patch)
treef41fce77feb90bab6b78c7ff038fe27191b983a9 /source3/lib
parent46aefa59915d2d39d46d84fac9d1e6da876acbf1 (diff)
downloadsamba-b4bfadbf5132d0fe63c8c521f18531df9a09a150.tar.gz
s3-brlock: we don't need these MSG_SMB_UNLOCK calls now
These have been replaced with the min timeout in blocking.c (cherry picked from commit 74267d652485cdcb711f734f0d80da0fb1495867) (cherry picked from commit 6a78929fd0543e027912346c30e6208b4a1f4362)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/ctdbd_conn.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c
index 84bba3bea35..8ddb12a765b 100644
--- a/source3/lib/ctdbd_conn.c
+++ b/source3/lib/ctdbd_conn.c
@@ -542,15 +542,7 @@ static NTSTATUS ctdb_handle_message(uint8_t *buf, size_t length,
messaging_send(conn->msg_ctx, procid_self(),
MSG_SMB_BRL_VALIDATE, &data_blob_null);
- /*
- * it's possible that we have just rejoined the cluster after
- * an outage. In that case our pending locks could have been
- * removed from the lockdb, so retry them once more
- */
- message_send_all(conn->msg_ctx, MSG_SMB_UNLOCK, NULL, 0, NULL);
-
TALLOC_FREE(buf);
-
return NT_STATUS_OK;
}