summaryrefslogtreecommitdiffstats
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:26 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:45 -0800
commit18f26df9bb180a99f9459c184413435b7e787be4 (patch)
tree50c0a472e6c93d6ac7d7870ebd4bb5b3d79d1efd /source3
parenta91b39696ace08e59f33e36c729bb9a1d50b32cf (diff)
downloadsamba-18f26df9bb180a99f9459c184413435b7e787be4.tar.gz
samba-18f26df9bb180a99f9459c184413435b7e787be4.tar.xz
samba-18f26df9bb180a99f9459c184413435b7e787be4.zip
param: Rename variable used for lp_hide_files szHideFiles
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 'source3')
-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 f5fd81d112..c187a77b3e 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -173,7 +173,7 @@ static struct loadparm_service sDefault =
.magicscript = NULL,
.magicoutput = NULL,
.veto_files = NULL,
- .szHideFiles = NULL,
+ .hide_files = NULL,
.szVetoOplockFiles = NULL,
.comment = NULL,
.force_user = NULL,