diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:29 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:46 -0800 |
commit | c1dbdebd524987d3a6481cac3d0c9f57023fd20a (patch) | |
tree | edd3000f8f7d237b75a4cf1b2a0d3b71c6b9ed57 /lib/param/param_functions.c | |
parent | 54becaddf7f53eaa168346666f26e5c3f3735afe (diff) | |
download | samba-c1dbdebd524987d3a6481cac3d0c9f57023fd20a.tar.gz samba-c1dbdebd524987d3a6481cac3d0c9f57023fd20a.tar.xz samba-c1dbdebd524987d3a6481cac3d0c9f57023fd20a.zip |
param: Rename variable used for lp_hideunreadable bHideUnReadable
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index ffd6afe823..54eef1910d 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -88,7 +88,7 @@ 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, hide_special_files) -FN_LOCAL_BOOL(hideunreadable, bHideUnReadable) +FN_LOCAL_BOOL(hideunreadable, hideunreadable) FN_LOCAL_BOOL(hideunwriteable_files, bHideUnWriteableFiles) FN_LOCAL_BOOL(access_based_share_enum, bAccessBasedShareEnum) FN_LOCAL_BOOL(guest_ok, bGuest_ok) |