diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-17 12:36:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:56 -0500 |
commit | 696fdc8cf91cc1660725fd93c2b91ec6b65d06b5 (patch) | |
tree | 5bcd9e4d35632dfa6c105fa81ec9c7ba12b800ec /source4/ntvfs/posix/pvfs_setfileinfo.c | |
parent | 91e94014beb145541c051b4df28dde7ad0899da5 (diff) | |
download | samba-696fdc8cf91cc1660725fd93c2b91ec6b65d06b5.tar.gz samba-696fdc8cf91cc1660725fd93c2b91ec6b65d06b5.tar.xz samba-696fdc8cf91cc1660725fd93c2b91ec6b65d06b5.zip |
r3806: added support to smb_server and pvfs for the NTTRANS Create call. This
call has an optional sec_desc and ea_list.
(This used to be commit 8379ad14e3d51a848a99865d9ce8d56a301e8a3c)
Diffstat (limited to 'source4/ntvfs/posix/pvfs_setfileinfo.c')
-rw-r--r-- | source4/ntvfs/posix/pvfs_setfileinfo.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/ntvfs/posix/pvfs_setfileinfo.c b/source4/ntvfs/posix/pvfs_setfileinfo.c index 37d8a290b8..d31bcac337 100644 --- a/source4/ntvfs/posix/pvfs_setfileinfo.c +++ b/source4/ntvfs/posix/pvfs_setfileinfo.c @@ -113,9 +113,9 @@ static NTSTATUS pvfs_setfileinfo_rename(struct pvfs_state *pvfs, /* add a single DOS EA */ -static NTSTATUS pvfs_setfileinfo_ea_set(struct pvfs_state *pvfs, - struct pvfs_filename *name, - int fd, struct ea_struct *ea) +NTSTATUS pvfs_setfileinfo_ea_set(struct pvfs_state *pvfs, + struct pvfs_filename *name, + int fd, struct ea_struct *ea) { struct xattr_DosEAs *ealist = talloc_p(pvfs, struct xattr_DosEAs); int i; |