From 041204d1a4ec9b19287ca92fa5b291a8eb5ff10b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 23 Jul 2007 08:20:44 +0000 Subject: r23996: One more const (This used to be commit a54fa551a4b9ffe3f29b339a54e563cdfe924959) --- source3/smbd/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/smbd/files.c b/source3/smbd/files.c index 02e4cd9663..07dec80a47 100644 --- a/source3/smbd/files.c +++ b/source3/smbd/files.c @@ -487,7 +487,7 @@ files_struct *file_fnum(uint16 fnum) Get an fsp from a packet given the offset of a 16 bit fnum. ****************************************************************************/ -files_struct *file_fsp(char *buf, int where) +files_struct *file_fsp(const char *buf, int where) { files_struct *fsp; -- cgit