diff options
author | Volker Lendecke <vl@samba.org> | 2010-07-04 20:02:30 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-07-05 11:06:31 +0200 |
commit | 471a47a1de504ea60a1411f44ea82eec123ae0a8 (patch) | |
tree | 53b76ef78c5ba3a8199e27d0ac474272a98a3842 /source3/locking | |
parent | b485c1917fd4320dee1efbafd77cbf402ed62971 (diff) | |
download | samba-471a47a1de504ea60a1411f44ea82eec123ae0a8.tar.gz |
s3: Remove procid_self() from do_lock()
Diffstat (limited to 'source3/locking')
-rw-r--r-- | source3/locking/locking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/locking/locking.c b/source3/locking/locking.c index a30e9ceccc6..b7f3164c4e1 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, |