mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Warning fix from Andrew Bartlett.
Jeremy.
This commit is contained in:
parent
e1572f85d6
commit
87f647715d
@ -340,7 +340,7 @@ static SEC_DESC *sec_desc_parse(char *str)
|
||||
char *p = str;
|
||||
fstring tok;
|
||||
SEC_DESC *ret;
|
||||
unsigned sd_size;
|
||||
size_t sd_size;
|
||||
DOM_SID *grp_sid=NULL, *owner_sid=NULL;
|
||||
SEC_ACL *dacl=NULL;
|
||||
int revision=1;
|
||||
|
Loading…
Reference in New Issue
Block a user