s3: Add some const to find_oplock_types
[mat/samba.git] / source3 / smbd / open.c
index 10606788b40abb73e5a0bbae3e55d00f1762bdfa..8b7b47b7ebc46d9fa251bbdd1babdb50f41c031b 100644 (file)
@@ -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,