diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:18 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:42 -0800 |
commit | 8299c1418e19bbb6251bd53b881daff1f541443f (patch) | |
tree | fd83ccb4eec4896aa1778731187529acc593ab60 /lib/param/param_table.c | |
parent | 6d0b2ef47f5c412fc73e88e05244e59866b4aaff (diff) | |
download | samba-8299c1418e19bbb6251bd53b881daff1f541443f.tar.gz samba-8299c1418e19bbb6251bd53b881daff1f541443f.tar.xz samba-8299c1418e19bbb6251bd53b881daff1f541443f.zip |
param: Rename variable used for lp_map_hidden bMap_hidden
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/param_table.c')
-rw-r--r-- | lib/param/param_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 0348948e69..103847726a 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2505,7 +2505,7 @@ static struct parm_struct parm_table[] = { .label = "map hidden", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(bMap_hidden), + .offset = LOCAL_VAR(map_hidden), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL, |