summaryrefslogtreecommitdiffstats
path: root/source3/param
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-04 15:08:59 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:11 -0800
commitdebda157853b32c924efd298fb43de502522a1c5 (patch)
tree010da4d0dee1ee0be062f75b7346c8545f841e65 /source3/param
parent324a976653e1ac37edb2bc07557b52adbd552d14 (diff)
downloadsamba-debda157853b32c924efd298fb43de502522a1c5.tar.gz
samba-debda157853b32c924efd298fb43de502522a1c5.tar.xz
samba-debda157853b32c924efd298fb43de502522a1c5.zip
param: rename lp function and variable from "hideunwriteable_files" to "hide_unwriteable_files"
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 6e92872851..229879668d 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -209,7 +209,7 @@ static struct loadparm_service sDefault =
.hide_dot_files = true,
.hide_special_files = false,
.hide_unreadable = false,
- .hideunwriteable_files = false,
+ .hide_unwriteable_files = false,
.browseable = true,
.access_based_share_enum = false,
.bAvailable = true,