summaryrefslogtreecommitdiff
path: root/source3/lib/sharesec.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@sernet.de>2008-09-08 16:23:36 +0200
committerVolker Lendecke <vl@samba.org>2008-09-08 16:40:09 +0200
commit95b366d8e19909c354ce241f663cba6f674744f9 (patch)
tree814121b1307530c616c60b56406d7627fb06ff10 /source3/lib/sharesec.c
parentc9fb96146cdae56a2711e176f07620d33ea0e18c (diff)
downloadsamba-95b366d8e19909c354ce241f663cba6f674744f9.tar.gz
samba-95b366d8e19909c354ce241f663cba6f674744f9.tar.bz2
samba-95b366d8e19909c354ce241f663cba6f674744f9.zip
Thanks metze for pointing out the missing extern :-)
(This used to be commit b62540cd48212a80c8cb4a264f740591a0229944)
Diffstat (limited to 'source3/lib/sharesec.c')
-rw-r--r--source3/lib/sharesec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/sharesec.c b/source3/lib/sharesec.c
index 5eaa25ac59..33f66ca47f 100644
--- a/source3/lib/sharesec.c
+++ b/source3/lib/sharesec.c
@@ -29,7 +29,7 @@ static struct db_context *share_db; /* used for share security descriptors */
/* Map generic permissions to file object specific permissions */
-const struct generic_mapping file_generic_mapping;
+extern const struct generic_mapping file_generic_mapping;
static int delete_fn(struct db_record *rec, void *priv)
{