summaryrefslogtreecommitdiff
path: root/source3/include/vfs.h
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-07-13 16:20:11 +0200
committerJeremy Allison <jra@samba.org>2019-09-11 19:59:34 +0000
commit1f4ec34447704dc02f08fc4f53ca988571d4769c (patch)
tree33102d8e784020d84227261d5f28d937b9171dc3 /source3/include/vfs.h
parentd836f4a7d6ffbd3719a8be8141b7a186648556dd (diff)
downloadsamba-1f4ec34447704dc02f08fc4f53ca988571d4769c.tar.gz
smbd: rename change_to_user_by_fsp() to change_to_user_and_service_by_fsp()
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include/vfs.h')
-rw-r--r--source3/include/vfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h
index 289da0c9672..342b062651a 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -279,6 +279,7 @@
/* Version 42 - Move SMB_VFS_SYMLINK -> SMB_VFS_SYMLINKAT. */
/* Version 42 - Move SMB_VFS_MKDIR -> SMB_VFS_MKDIRAT. */
/* Version 42 - Move change_to_user() -> change_to_user_and_service() */
+/* Version 42 - Move change_to_user_by_fsp() -> change_to_user_and_service_by_fsp() */
#define SMB_VFS_INTERFACE_VERSION 42