From fe38692643ad7c163c30d9c031a8bd3dec81ffee Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 30 Mar 2001 18:07:43 +0000 Subject: [PATCH] Fixed extern ref typo for file generic perms. 2am coding strikes again :-). Jeremy. --- source/smbd/posix_acls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/smbd/posix_acls.c b/source/smbd/posix_acls.c index aa8f9376c76..ae8493220ff 100644 --- a/source/smbd/posix_acls.c +++ b/source/smbd/posix_acls.c @@ -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;