From: Volker Lendecke Date: Thu, 15 Dec 2011 09:12:42 +0000 (+0100) Subject: s3: Add some const to find_oplock_types X-Git-Url: http://git.samba.org/?p=mat%2Fsamba.git;a=commitdiff_plain;h=7000bb69332f12d35c41cb08792d29c08736937b s3: Add some const to find_oplock_types Autobuild-User: Volker Lendecke Autobuild-Date: Fri Dec 16 09:10:07 CET 2011 on sn-devel-104 --- diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 10606788b4..8b7b47b7eb 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -1084,7 +1084,7 @@ static NTSTATUS send_break_message(files_struct *fsp, static void find_oplock_types(files_struct *fsp, int oplock_request, - struct share_mode_lock *lck, + const struct share_mode_lock *lck, struct share_mode_entry **pp_batch, struct share_mode_entry **pp_ex_or_batch, bool *got_level2,