mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
parent
9b8a930f2c
commit
576a106d03
@ -141,7 +141,7 @@ static SEC_DESC *sec_desc_parse(char *str)
|
||||
char *p = str;
|
||||
fstring tok;
|
||||
SEC_DESC *ret;
|
||||
int sd_size;
|
||||
unsigned sd_size;
|
||||
DOM_SID *grp_sid=NULL, *owner_sid=NULL;
|
||||
SEC_ACL *dacl=NULL, *sacl=NULL;
|
||||
int revision=1;
|
||||
@ -283,7 +283,8 @@ static void cacl_set(struct cli_state *cli, char *filename,
|
||||
{
|
||||
int fnum;
|
||||
SEC_DESC *sd, *old;
|
||||
int i, j, sd_size;
|
||||
int i, j;
|
||||
unsigned sd_size;
|
||||
|
||||
sd = sec_desc_parse(acl);
|
||||
if (!sd) {
|
||||
|
Loading…
Reference in New Issue
Block a user