summaryrefslogtreecommitdiffstats
path: root/lib/param
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:19 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:43 -0800
commit4f0c831e2b4166abf891581b0aeb479e931b9b98 (patch)
tree1812f3ac2fd1c95539b6bfecd183d4640e72f7a7 /lib/param
parent4d005564ab8087c61d3190613b1e935de1cd452f (diff)
downloadsamba-4f0c831e2b4166abf891581b0aeb479e931b9b98.tar.gz
samba-4f0c831e2b4166abf891581b0aeb479e931b9b98.tar.xz
samba-4f0c831e2b4166abf891581b0aeb479e931b9b98.zip
param: Rename variable used for lp_map_system bMap_system
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param')
-rw-r--r--lib/param/param_functions.c2
-rw-r--r--lib/param/param_table.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index 048143b661..1839e3cabb 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -40,7 +40,7 @@ FN_LOCAL_BOOL(map_hidden, map_hidden)
FN_LOCAL_BOOL(map_archive, map_archive)
FN_LOCAL_BOOL(oplocks, oplocks)
FN_LOCAL_BOOL(strict_sync, strict_sync)
-FN_LOCAL_BOOL(map_system, bMap_system)
+FN_LOCAL_BOOL(map_system, map_system)
FN_LOCAL_INTEGER(max_connections, iMaxConnections)
FN_LOCAL_INTEGER(csc_policy, iCSCPolicy)
FN_LOCAL_INTEGER(create_mask, iCreate_mask)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 15fc3622f1..7c39063e61 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2514,7 +2514,7 @@ static struct parm_struct parm_table[] = {
.label = "map system",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(bMap_system),
+ .offset = LOCAL_VAR(map_system),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL,