diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:28 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:45 -0800 |
| commit | e1cd742322acd878cdd86a65dd674068c7f9f02d (patch) | |
| tree | 4c44dca53d8d0ddcd6a77df750a1af1a43822dea /source3 | |
| parent | 74c3644d2036c37d0e4273a582fa7cf4ce331df3 (diff) | |
| download | samba-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.c | 2 |
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, |
