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 /lib/param/param_functions.c | |
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 'lib/param/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index a91dc4f067..21195b9294 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -83,7 +83,7 @@ FN_LOCAL_STRING(dfree_command, dfree_command) FN_LOCAL_BOOL(autoloaded, autoloaded) FN_LOCAL_BOOL(preexec_close, preexec_close) FN_LOCAL_BOOL(rootpreexec_close, rootpreexec_close) -FN_LOCAL_INTEGER(casesensitive, iCaseSensitive) +FN_LOCAL_INTEGER(casesensitive, casesensitive) FN_LOCAL_BOOL(preservecase, bCasePreserve) FN_LOCAL_BOOL(shortpreservecase, bShortCasePreserve) FN_LOCAL_BOOL(hide_dot_files, bHideDotFiles) |