From: Volker Lendecke Date: Mon, 23 Jul 2007 08:20:44 +0000 (+0000) Subject: r23996: One more const X-Git-Tag: samba-4.0.0alpha6~801^2~5281 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=041204d1a4ec9b19287ca92fa5b291a8eb5ff10b;p=thirdparty%2Fsamba.git r23996: One more const (This used to be commit a54fa551a4b9ffe3f29b339a54e563cdfe924959) --- diff --git a/source3/smbd/files.c b/source3/smbd/files.c index 02e4cd96634..07dec80a47a 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;