summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2019-06-18 15:36:58 -0700
committerJeremy Allison <jra@samba.org>2019-06-24 18:49:10 +0000
commit147ce70eeaf71d4aae0cb7af1f556e1404eaeb2c (patch)
treea8681fc57ec7d80cc329478cfa81b83c6c6998a6 /source3/smbd/proto.h
parent77454ecfbd8f9ac662aaaf47579927073f494552 (diff)
downloadsamba-147ce70eeaf71d4aae0cb7af1f556e1404eaeb2c.tar.gz
s3: smbd: Make set_unix_posix_default_acl() take an fsp argument, not smb_fname.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 4e5f82d0cdd..a0424388bec 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -808,7 +808,7 @@ int inherit_access_posix_acl(connection_struct *conn,
const struct smb_filename *smb_fname,
mode_t mode);
NTSTATUS set_unix_posix_default_acl(connection_struct *conn,
- const struct smb_filename *smb_fname,
+ files_struct *fsp,
uint16_t num_def_acls, const char *pdata);
NTSTATUS set_unix_posix_acl(connection_struct *conn, files_struct *fsp,
uint16_t num_acls,