1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r23804: here too

(This used to be commit e5d18768a0)
This commit is contained in:
Andrew Tridgell 2007-07-10 07:19:47 +00:00 committed by Gerald (Jerry) Carter
parent 0726ed4f41
commit 714209baaa

View File

@ -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);