summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-12-16 14:41:03 +0100
committerRalph Boehme <slow@samba.org>2019-12-20 11:41:41 +0000
commitd68d8c6538287a8b6a4bbe4b43bf0621440592d8 (patch)
tree8dd0624540b68a189384bc132bdec13a69dd673e /source3/smbd/proto.h
parent7fb188c119274a0e84b279ac13a0d696c4884c78 (diff)
downloadsamba-d68d8c6538287a8b6a4bbe4b43bf0621440592d8.tar.gz
s3:rpc_server: pass session_info to get_nt_acl_no_snum()
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 6d0fe001762..db1046a2df5 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -802,7 +802,9 @@ NTSTATUS set_unix_posix_default_acl(connection_struct *conn,
NTSTATUS set_unix_posix_acl(connection_struct *conn, files_struct *fsp,
uint16_t num_acls,
const char *pdata);
-NTSTATUS get_nt_acl_no_snum( TALLOC_CTX *ctx, const char *fname,
+NTSTATUS get_nt_acl_no_snum(TALLOC_CTX *ctx,
+ struct auth_session_info *session_info,
+ const char *fname,
uint32_t security_info_wanted,
struct security_descriptor **sd);
int posix_sys_acl_blob_get_file(vfs_handle_struct *handle,