summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-07-13 16:17:17 +0200
committerJeremy Allison <jra@samba.org>2019-09-11 19:59:34 +0000
commitd836f4a7d6ffbd3719a8be8141b7a186648556dd (patch)
treea53356a778900a087b060d9610c2472c3ce8a7bd /source3/include
parentae3cfa5da9e86a4f379df7bba8e45ef31a28bc4d (diff)
downloadsamba-d836f4a7d6ffbd3719a8be8141b7a186648556dd.tar.gz
smbd: rename change_to_user() to change_to_user_and_service()
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')
-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 d164e91e886..289da0c9672 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -278,6 +278,7 @@
/* Version 42 - Move SMB_VFS_READLINK -> SMB_VFS_READLINKAT. */
/* 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() */
#define SMB_VFS_INTERFACE_VERSION 42