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 | 08d74c0614992191bfa96d586e403bae92e930ca (patch) | |
| tree | a17c92099d410c5e39d499849e882b4e7c66f063 /lib | |
| parent | c1dbdebd524987d3a6481cac3d0c9f57023fd20a (diff) | |
| download | samba-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')
| -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 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) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index d69825629a..7cd5207f63 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2451,7 +2451,7 @@ static struct parm_struct parm_table[] = { .label = "hide unwriteable files", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(bHideUnWriteableFiles), + .offset = LOCAL_VAR(hideunwriteable_files), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL, |
