summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:29 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:46 -0800
commit08d74c0614992191bfa96d586e403bae92e930ca (patch)
treea17c92099d410c5e39d499849e882b4e7c66f063 /lib/param/param_functions.c
parentc1dbdebd524987d3a6481cac3d0c9f57023fd20a (diff)
downloadsamba-08d74c0614992191bfa96d586e403bae92e930ca.tar.gz
samba-08d74c0614992191bfa96d586e403bae92e930ca.tar.xz
samba-08d74c0614992191bfa96d586e403bae92e930ca.zip
param: Rename variable used for lp_hideunwriteable_files bHideUnWriteableFiles
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 54eef1910d..dbcf7e1b65 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -89,7 +89,7 @@ FN_LOCAL_BOOL(shortpreservecase, shortpreservecase)
FN_LOCAL_BOOL(hide_dot_files, hide_dot_files)
FN_LOCAL_BOOL(hide_special_files, hide_special_files)
FN_LOCAL_BOOL(hideunreadable, hideunreadable)
-FN_LOCAL_BOOL(hideunwriteable_files, bHideUnWriteableFiles)
+FN_LOCAL_BOOL(hideunwriteable_files, hideunwriteable_files)
FN_LOCAL_BOOL(access_based_share_enum, bAccessBasedShareEnum)
FN_LOCAL_BOOL(guest_ok, bGuest_ok)
FN_LOCAL_BOOL(guest_only, bGuest_only)