summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2022-05-07 20:35:43 +0200
committerJeremy Allison <jra@samba.org>2022-06-06 16:46:35 +0000
commit5f0b65654c7af41f7d9241d8e04927f29db3147b (patch)
tree61e8a4d8c325798ebe4337b6b01f38cc47a67ed8
parentb7810f03ffe7630c75be2429964308e58905df3d (diff)
downloadsamba-5f0b65654c7af41f7d9241d8e04927f29db3147b.tar.gz
s3:include fix typo
Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
-rw-r--r--source3/include/trans2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/trans2.h b/source3/include/trans2.h
index ff230171424..dfc59800846 100644
--- a/source3/include/trans2.h
+++ b/source3/include/trans2.h
@@ -413,7 +413,7 @@ Byte offset Type name description
#define SMB2_FILE_ALL_INFORMATION (FSCC_FILE_ALL_INFORMATION + SMB2_INFO_SPECIAL)
#define SMB2_FILE_POSIX_INFORMATION_INTERNAL (SMB2_FILE_POSIX_INFORMATION + SMB2_INFO_SPECIAL)
-/* NT passthough levels for qfsinfo. */
+/* NT passthrough levels for qfsinfo. */
#define SMB_FS_VOLUME_INFORMATION (FSCC_FS_VOLUME_INFORMATION + NT_PASSTHROUGH_OFFSET)
#define SMB_FS_LABEL_INFORMATION (FSCC_FS_LABEL_INFORMATION + NT_PASSTHROUGH_OFFSET)