Fix bug #9642 - vfs_afsacl.c won't build.
[nivanova/samba-autobuild/.git] / source3 / modules / vfs_afsacl.c
index 7d1895fc99bebd4cf85cbba778bcccd11ca97f71..66e256ce263bafc175388c051fa8a534b17d48a4 100644 (file)
@@ -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)