summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_afsacl.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2013-02-08 17:08:28 -0800
committerDavid Disseldorp <ddiss@samba.org>2013-02-11 20:24:00 +0100
commitf25debf2fbf988c7b3415b86ccc5880319517bdd (patch)
tree2afb4b1d8ce86fac0eaa1df716142ec094f5d730 /source3/modules/vfs_afsacl.c
parentc932b139c8d1fc0b6a357623fe4011edabb45422 (diff)
downloadsamba-f25debf2fbf988c7b3415b86ccc5880319517bdd.tar.gz
samba-f25debf2fbf988c7b3415b86ccc5880319517bdd.tar.bz2
samba-f25debf2fbf988c7b3415b86ccc5880319517bdd.zip
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
Diffstat (limited to 'source3/modules/vfs_afsacl.c')
-rw-r--r--source3/modules/vfs_afsacl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/modules/vfs_afsacl.c b/source3/modules/vfs_afsacl.c
index 7d1895fc99..66e256ce26 100644
--- a/source3/modules/vfs_afsacl.c
+++ b/source3/modules/vfs_afsacl.c
@@ -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)