From 1a68d34c2329d3862bd4bdc0a9375ce4039aa293 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Fri, 9 Apr 2021 12:08:35 +0100 Subject: [PATCH] VFS: Fix version SMB_VFS_GET_DOS_ATTRIBUTES was removed in Signed-off-by: Noel Power Reviewed-by: Ralph Boehme --- source3/include/vfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/include/vfs.h b/source3/include/vfs.h index d06a62e5151..3357f681b98 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -338,7 +338,6 @@ * Version 44 - Add 'have_proc_fds' flag to struct connection_struct. * Version 44 - Add 'have_proc_fds' flag to struct files_struct. * Version 44 - Add dirfsp arg to SMB_VFS_READDIR() - * Version 44 - Remove SMB_VFS_GET_DOS_ATTRIBUTES() * Version 44 - Replace SMB_VFS_GET_COMPRESSION() with SMB_VFS_FGET_COMPRESSION() * Version 44 - Add type argument to SMB_VFS_SYS_ACL_SET_FD() * Version 44 - Remove SMB_VFS_SYS_ACL_SET_FILE() @@ -346,6 +345,7 @@ * Version 45 - Remove SMB_VFS_LISTXATTR * Version 45 - Remove SMB_VFS_SETXATTR * Version 45 - Remove SMB_VFS_REMOVEXATTR + * Version 45 - Remove SMB_VFS_GET_DOS_ATTRIBUTES() */ #define SMB_VFS_INTERFACE_VERSION 45 -- 2.47.3