diff options
author | Volker Lendecke <vl@samba.org> | 2010-07-04 20:06:07 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-07-05 11:06:31 +0200 |
commit | aa217afc46f3be4b6e5dbdc7289044e661924ab3 (patch) | |
tree | 2614082946d887c1126e6a01c7b256c3dc9a2fa1 /source3/locking | |
parent | 1af668df028e238a17e7ce0bf30107189a789f55 (diff) | |
download | samba-aa217afc46f3be4b6e5dbdc7289044e661924ab3.tar.gz samba-aa217afc46f3be4b6e5dbdc7289044e661924ab3.tar.bz2 samba-aa217afc46f3be4b6e5dbdc7289044e661924ab3.zip |
s3: Remove procid_self() from do_lock_cancel()
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 ead39ddcdb..b17bf9e059 100644 --- a/source3/locking/locking.c +++ b/source3/locking/locking.c @@ -375,7 +375,7 @@ NTSTATUS do_lock_cancel(files_struct *fsp, ok = brl_lock_cancel(br_lck, smblctx, - procid_self(), + sconn_server_id(fsp->conn->sconn), offset, count, lock_flav, |