diff options
author | Volker Lendecke <vl@samba.org> | 2010-07-04 20:17:32 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-07-05 11:06:31 +0200 |
commit | b0f76a37d35b4e4c688d3a44180f9ae96d9ecb02 (patch) | |
tree | 5a3806643756adee3ac00c4999a523756bdde4f2 | |
parent | a521ad4b5ab4849a503e14bef5cc1120ddb18fdc (diff) | |
download | samba-b0f76a37d35b4e4c688d3a44180f9ae96d9ecb02.tar.gz samba-b0f76a37d35b4e4c688d3a44180f9ae96d9ecb02.tar.bz2 samba-b0f76a37d35b4e4c688d3a44180f9ae96d9ecb02.zip |
s3: Remove procid_self() from cancel_pending_lock_requests_by_fid_smb2()
-rw-r--r-- | source3/smbd/smb2_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/smb2_lock.c b/source3/smbd/smb2_lock.c index 08dc8feffb..8e4b6a46ac 100644 --- a/source3/smbd/smb2_lock.c +++ b/source3/smbd/smb2_lock.c @@ -910,7 +910,7 @@ void cancel_pending_lock_requests_by_fid_smb2(files_struct *fsp, /* Remove the entries from the lock db. */ brl_lock_cancel(br_lck, blr->smblctx, - procid_self(), + sconn_server_id(sconn), blr->offset, blr->count, blr->lock_flav, |