summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.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_functions.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_functions.c')
-rw-r--r--lib/param/param_functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index 2bbf537ac4..a7cdf1cf2a 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -86,7 +86,7 @@ FN_LOCAL_BOOL(rootpreexec_close, rootpreexec_close)
FN_LOCAL_INTEGER(casesensitive, casesensitive)
FN_LOCAL_BOOL(preservecase, preservecase)
FN_LOCAL_BOOL(shortpreservecase, shortpreservecase)
-FN_LOCAL_BOOL(hide_dot_files, bHideDotFiles)
+FN_LOCAL_BOOL(hide_dot_files, hide_dot_files)
FN_LOCAL_BOOL(hide_special_files, bHideSpecialFiles)
FN_LOCAL_BOOL(hideunreadable, bHideUnReadable)
FN_LOCAL_BOOL(hideunwriteable_files, bHideUnWriteableFiles)