mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
Fix bug #9642 - vfs_afsacl.c won't build.
Add missing mem_ctx argument. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Mon Feb 11 20:24:00 CET 2013 on sn-devel-104
This commit is contained in:
parent
c932b139c8
commit
f25debf2fb
@ -700,7 +700,8 @@ static size_t afs_fto_nt_acl(struct afs_acl *afs_acl,
|
||||
return 0;
|
||||
}
|
||||
|
||||
return afs_to_nt_acl_common(afs_acl, &sbuf, security_info, ppdesc);
|
||||
return afs_to_nt_acl_common(afs_acl, &sbuf, security_info,
|
||||
mem_ctx, ppdesc);
|
||||
}
|
||||
|
||||
static bool mappable_sid(const struct dom_sid *sid)
|
||||
|
Loading…
x
Reference in New Issue
Block a user