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
commit54becaddf7f53eaa168346666f26e5c3f3735afe (patch)
treefce1d766198b54f6bfb0047ba87c23756f0e362e /lib/param/param_functions.c
parent7038dd79f82538987df8d16d3ae6650baced7e35 (diff)
downloadsamba-54becaddf7f53eaa168346666f26e5c3f3735afe.tar.gz
samba-54becaddf7f53eaa168346666f26e5c3f3735afe.tar.xz
samba-54becaddf7f53eaa168346666f26e5c3f3735afe.zip
param: Rename variable used for lp_hide_special_files bHideSpecialFiles
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 a7cdf1cf2a..ffd6afe823 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -87,7 +87,7 @@ FN_LOCAL_INTEGER(casesensitive, casesensitive)
FN_LOCAL_BOOL(preservecase, preservecase)
FN_LOCAL_BOOL(shortpreservecase, shortpreservecase)
FN_LOCAL_BOOL(hide_dot_files, hide_dot_files)
-FN_LOCAL_BOOL(hide_special_files, bHideSpecialFiles)
+FN_LOCAL_BOOL(hide_special_files, hide_special_files)
FN_LOCAL_BOOL(hideunreadable, bHideUnReadable)
FN_LOCAL_BOOL(hideunwriteable_files, bHideUnWriteableFiles)
FN_LOCAL_BOOL(access_based_share_enum, bAccessBasedShareEnum)