mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
parent
6022747b5b
commit
b4096748dd
@ -544,6 +544,8 @@ static void sort_acl(SEC_ACL *the_acl)
|
||||
int i, ace_ndx = 0;
|
||||
BOOL do_denied = True;
|
||||
|
||||
if (!the_acl) return;
|
||||
|
||||
tmp_ace = (SEC_ACE *)malloc(sizeof(SEC_ACE) * the_acl->num_aces);
|
||||
|
||||
if (!tmp_ace) return;
|
||||
|
Loading…
Reference in New Issue
Block a user