From: Andrew Tridgell Date: Tue, 10 Jul 2007 07:19:47 +0000 (+0000) Subject: r23804: here too X-Git-Tag: samba-4.0.0alpha6~801^2~5405 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=714209baaa12c3118067249b8da0aaec96868eae;p=thirdparty%2Fsamba.git r23804: here too (This used to be commit e5d18768a014753c439ba6be24a52b04fed63b31) --- diff --git a/source3/utils/smbcacls.c b/source3/utils/smbcacls.c index 4531d3ae303..db81b447a18 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);