1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r23804: here too

This commit is contained in:
Andrew Tridgell 2007-07-10 07:19:47 +00:00 committed by Gerald (Jerry) Carter
parent 256301a21a
commit e5d18768a0

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