summaryrefslogtreecommitdiffstats
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:28 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:45 -0800
commite1cd742322acd878cdd86a65dd674068c7f9f02d (patch)
tree4c44dca53d8d0ddcd6a77df750a1af1a43822dea /source3
parent74c3644d2036c37d0e4273a582fa7cf4ce331df3 (diff)
downloadsamba-e1cd742322acd878cdd86a65dd674068c7f9f02d.tar.gz
samba-e1cd742322acd878cdd86a65dd674068c7f9f02d.tar.xz
samba-e1cd742322acd878cdd86a65dd674068c7f9f02d.zip
param: Rename variable used for lp_casesensitive iCaseSensitive
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 7a9a05aff6..36c1513abc 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -203,7 +203,7 @@ static struct loadparm_service sDefault =
.iDfreeCacheTime = 0,
.preexec_close = false,
.rootpreexec_close = false,
- .iCaseSensitive = Auto,
+ .casesensitive = Auto,
.bCasePreserve = true,
.bShortCasePreserve = true,
.bHideDotFiles = true,