smbd: Fix a comment
authorVolker Lendecke <vl@samba.org>
Thu, 13 Oct 2016 14:07:22 +0000 (16:07 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 14 Oct 2016 03:31:07 +0000 (05:31 +0200)
This is described in

https://msdn.microsoft.com/en-us/library/cc232053.aspx

which is section 2.3.67 in the FSCC version available 2016-10-13.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Oct 14 05:31:07 CEST 2016 on sn-devel-144

source3/smbd/smb2_ioctl_filesys.c

index 55ce3f24c01bb1b6508da238bd1d29e4b9205c4b..f2a05540c77f8d0c792024586371a7d8888933d3 100644 (file)
@@ -187,7 +187,7 @@ static NTSTATUS fsctl_zero_data(TALLOC_CTX *mem_ctx,
        }
 
        /*
-        * MS-FSCC <58> Section 2.3.65
+        * MS-FSCC <58> Section 2.3.67
         * This FSCTL sets the range of bytes to zero (0) without extending the
         * file size.
         *