From 714209baaa12c3118067249b8da0aaec96868eae Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 10 Jul 2007 07:19:47 +0000 Subject: r23804: here too (This used to be commit e5d18768a014753c439ba6be24a52b04fed63b31) --- source3/utils/smbcacls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/smbcacls.c') diff --git a/source3/utils/smbcacls.c b/source3/utils/smbcacls.c index 4531d3ae30..db81b447a1 100644 --- a/source3/utils/smbcacls.c +++ b/source3/utils/smbcacls.c @@ -737,7 +737,7 @@ static int cacl_set(struct cli_state *cli, char *filename, and W2K. JRA. */ - sd = make_sec_desc(ctx,old->revision, old->type, old->owner_sid, old->grp_sid, + sd = make_sec_desc(ctx,old->revision, old->type, old->owner_sid, old->group_sid, NULL, old->dacl, &sd_size); fnum = cli_nt_create(cli, filename, WRITE_DAC_ACCESS|WRITE_OWNER_ACCESS); -- cgit