diff options
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 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) |