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

added a comment

This commit is contained in:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent 374d08be64
commit 032442802f

View File

@ -317,6 +317,8 @@ static void cacl_set(struct cli_state *cli, char *filename,
return;
}
/* the desired access below is the only one I could find that works with
NT4, W2KP and Samba */
fnum = cli_nt_create(cli, filename, MAXIMUM_ALLOWED_ACCESS | 0x60000);
if (fnum == -1) {
printf("Failed to open %s: %s\n", filename, cli_errstr(cli));