diff options
Diffstat (limited to 'lib/param')
-rw-r--r-- | lib/param/param_functions.c | 2 | ||||
-rw-r--r-- | lib/param/param_table.c | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 9af5cc917f..d69825629a 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2442,7 +2442,7 @@ static struct parm_struct parm_table[] = { .label = "hide unreadable", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(bHideUnReadable), + .offset = LOCAL_VAR(hideunreadable), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL, |