summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/smbd/blocking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/blocking.c b/source/smbd/blocking.c
index 5c1628135e4..54732b5856b 100644
--- a/source/smbd/blocking.c
+++ b/source/smbd/blocking.c
@@ -81,7 +81,7 @@ static void received_unlock_msg(struct messaging_context *msg,
****************************************************************************/
BOOL push_blocking_lock_request( struct byte_range_lock *br_lck,
- char *inbuf, int length,
+ const char *inbuf, int length,
files_struct *fsp,
int lock_timeout,
int lock_num,