summaryrefslogtreecommitdiff
path: root/source3/locking
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-07-04 20:02:30 +0200
committerVolker Lendecke <vl@samba.org>2010-07-05 11:06:31 +0200
commit471a47a1de504ea60a1411f44ea82eec123ae0a8 (patch)
tree53b76ef78c5ba3a8199e27d0ac474272a98a3842 /source3/locking
parentb485c1917fd4320dee1efbafd77cbf402ed62971 (diff)
downloadsamba-471a47a1de504ea60a1411f44ea82eec123ae0a8.tar.gz
samba-471a47a1de504ea60a1411f44ea82eec123ae0a8.tar.bz2
samba-471a47a1de504ea60a1411f44ea82eec123ae0a8.zip
s3: Remove procid_self() from do_lock()
Diffstat (limited to 'source3/locking')
-rw-r--r--source3/locking/locking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/locking/locking.c b/source3/locking/locking.c
index a30e9ceccc..b7f3164c4e 100644
--- a/source3/locking/locking.c
+++ b/source3/locking/locking.c
@@ -276,7 +276,7 @@ struct byte_range_lock *do_lock(struct messaging_context *msg_ctx,
*perr = brl_lock(msg_ctx,
br_lck,
smblctx,
- procid_self(),
+ sconn_server_id(fsp->conn->sconn),
offset,
count,
lock_type,