s3: Remove procid_self() from cancel_pending_lock_requests_by_fid()
authorVolker Lendecke <vl@samba.org>
Sun, 4 Jul 2010 16:44:14 +0000 (18:44 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 5 Jul 2010 09:06:28 +0000 (11:06 +0200)
source3/smbd/blocking.c

index 4dff1d5f18d5ac5f7528bb8c8acbfeb9dfc4ebe4..4dc394891ea33f10cdfeb59ff24ae68745778e83 100644 (file)
@@ -616,7 +616,7 @@ void cancel_pending_lock_requests_by_fid(files_struct *fsp,
 
                brl_lock_cancel(br_lck,
                                blr->smblctx,
-                               procid_self(),
+                               sconn_server_id(sconn),
                                blr->offset,
                                blr->count,
                                blr->lock_flav,