summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-03-30 18:07:43 +0000
committerJeremy Allison <jra@samba.org>2001-03-30 18:07:43 +0000
commitfe38692643ad7c163c30d9c031a8bd3dec81ffee (patch)
treedb9f9c01914b6fe378bd14197d2d1814aeb06ace
parent51987684bd231c744da2e5f3705fd236d5616173 (diff)
downloadsamba-fe38692643ad7c163c30d9c031a8bd3dec81ffee.tar.gz
samba-fe38692643ad7c163c30d9c031a8bd3dec81ffee.tar.xz
samba-fe38692643ad7c163c30d9c031a8bd3dec81ffee.zip
Fixed extern ref typo for file generic perms. 2am coding strikes again :-).
Jeremy.
-rw-r--r--source/smbd/posix_acls.c2
1 files changed, 1 insertions, 1 deletions
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;