mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
Fixed extern ref typo for file generic perms. 2am coding strikes again :-).
Jeremy.
This commit is contained in:
parent
51987684bd
commit
fe38692643
@ -559,7 +559,7 @@ static BOOL create_canon_ace_lists(files_struct *fsp,
|
||||
SEC_ACL *dacl)
|
||||
{
|
||||
extern DOM_SID global_sid_World;
|
||||
extern struct generic_mapping *file_generic_mapping;
|
||||
extern struct generic_mapping file_generic_mapping;
|
||||
BOOL all_aces_are_inherit_only = (fsp->is_directory ? True : False);
|
||||
canon_ace *file_ace = NULL;
|
||||
canon_ace *dir_ace = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user