From f856fb0b359a21a786a62ea9f70043afcd6f8373 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 12 Jun 2010 14:23:12 +0200 Subject: s3: Explicitly pass sconn to remove_pending_lock_requests_by_mid_smb1 --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index d263eab0b1..8bcef3c49c 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5370,7 +5370,8 @@ bool push_blocking_lock_request( struct byte_range_lock *br_lck, void cancel_pending_lock_requests_by_fid(files_struct *fsp, struct byte_range_lock *br_lck, enum file_close_type close_type); -void remove_pending_lock_requests_by_mid_smb1(uint64_t mid); +void remove_pending_lock_requests_by_mid_smb1( + struct smbd_server_connection *sconn, uint64_t mid); bool blocking_lock_was_deferred_smb1(uint64_t mid); struct blocking_lock_record *blocking_lock_cancel_smb1(files_struct *fsp, uint64_t smblctx, -- cgit