mirror of
https://github.com/samba-team/samba.git
synced 2025-10-29 04:23:51 +03:00
AIX build fixes from William Jojo -- thanks
(cherry picked from commitcb91a47576) (This used to be commit90d7bc6da3)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
extern struct current_user current_user;
|
||||
extern int try_chown(connection_struct *conn, const char *fname, uid_t uid, gid_t gid);
|
||||
extern bool unpack_nt_owners(int snum, uid_t *puser, gid_t *pgrp,
|
||||
extern NTSTATUS unpack_nt_owners(int snum, uid_t *puser, gid_t *pgrp,
|
||||
uint32 security_info_sent, SEC_DESC *psd);
|
||||
|
||||
extern SMB_ACL_T aixacl_to_smbacl( struct acl *file_acl);
|
||||
@@ -192,7 +192,7 @@ static NTSTATUS aixjfs2_get_nt_acl(vfs_handle_struct *handle,
|
||||
if (retryPosix)
|
||||
{
|
||||
DEBUG(10, ("retrying with posix acl...\n"));
|
||||
return posix_get_nt_acl(handle->conn, name security_info,
|
||||
return posix_get_nt_acl(handle->conn, name, security_info,
|
||||
ppdesc);
|
||||
}
|
||||
if (result==False)
|
||||
|
||||
Reference in New Issue
Block a user