summaryrefslogtreecommitdiff
path: root/source3/smbd/oplock.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-09-27 04:00:31 +0200
committerVolker Lendecke <vl@samba.org>2010-09-28 07:36:16 +0200
commitb448e42de4070410eddbe2fa0085b9328a301159 (patch)
treeea295ef2120a31b32fe775b1d5127ff3e757bb6a /source3/smbd/oplock.c
parentfb8686962a542c70a2104247a77b48cacd8a9663 (diff)
downloadsamba-b448e42de4070410eddbe2fa0085b9328a301159.tar.gz
samba-b448e42de4070410eddbe2fa0085b9328a301159.tar.bz2
samba-b448e42de4070410eddbe2fa0085b9328a301159.zip
s3: Lift smbd_server_conn from file_find_dif
Diffstat (limited to 'source3/smbd/oplock.c')
-rw-r--r--source3/smbd/oplock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c
index 63a17e16a3..5521a95c4c 100644
--- a/source3/smbd/oplock.c
+++ b/source3/smbd/oplock.c
@@ -273,7 +273,7 @@ static files_struct *initial_break_processing(struct file_id id, unsigned long f
* we have an oplock on it.
*/
- fsp = file_find_dif(id, file_id);
+ fsp = file_find_dif(smbd_server_conn, id, file_id);
if(fsp == NULL) {
/* The file could have been closed in the meantime - return success. */