summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-03 15:01:01 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:09 -0800
commite02e9a3d6c9c459b2bf7beac1d4a6d77b1066af2 (patch)
tree3010c015f1db80369f37a29a84115dcc61e5c018 /lib/param/param_functions.c
parent60d46fff751be559e5c9a11f2070e8d3f35ec6b3 (diff)
downloadsamba-e02e9a3d6c9c459b2bf7beac1d4a6d77b1066af2.tar.gz
samba-e02e9a3d6c9c459b2bf7beac1d4a6d77b1066af2.tar.xz
samba-e02e9a3d6c9c459b2bf7beac1d4a6d77b1066af2.zip
param: rename lp function and variable from 'casesensitive' to 'case_sensitive'
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 'lib/param/param_functions.c')
-rw-r--r--lib/param/param_functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index 81601c63bf..d74bb6d56b 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, casesensitive)
+FN_LOCAL_INTEGER(case_sensitive, case_sensitive)
FN_LOCAL_BOOL(preservecase, preservecase)
FN_LOCAL_BOOL(shortpreservecase, shortpreservecase)
FN_LOCAL_BOOL(hide_dot_files, hide_dot_files)