summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:28 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:45 -0800
commit7038dd79f82538987df8d16d3ae6650baced7e35 (patch)
tree8e26587484d5872c8c6824e89dc97160a0163c71 /lib/param/param_table.c
parente2f33cede856e57766f7764fd47cb8a07b26bcc0 (diff)
downloadsamba-7038dd79f82538987df8d16d3ae6650baced7e35.tar.gz
samba-7038dd79f82538987df8d16d3ae6650baced7e35.tar.xz
samba-7038dd79f82538987df8d16d3ae6650baced7e35.zip
param: Rename variable used for lp_hide_dot_files bHideDotFiles
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index dc3d9511bc..650ee803ec 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2424,7 +2424,7 @@ static struct parm_struct parm_table[] = {
.label = "hide dot files",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(bHideDotFiles),
+ .offset = LOCAL_VAR(hide_dot_files),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL,