summaryrefslogtreecommitdiffstats
path: root/lib/param
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-04 15:08:59 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:11 -0800
commitfb8c6f8ef4650ac597ee09dcee5a7ef5e37fbae2 (patch)
tree7283a1ce84eaa9d9953ef1d4cfe9c65d7ef7d0ed /lib/param
parentdebda157853b32c924efd298fb43de502522a1c5 (diff)
param: rename lp function and variable from "preservecase" to "preserve_case"
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')
-rw-r--r--lib/param/param_functions.c2
-rw-r--r--lib/param/param_table.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index 6cafcfe934..1e4eacf918 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -84,7 +84,7 @@ FN_LOCAL_BOOL(autoloaded, autoloaded)
FN_LOCAL_BOOL(preexec_close, preexec_close)
FN_LOCAL_BOOL(rootpreexec_close, rootpreexec_close)
FN_LOCAL_INTEGER(case_sensitive, case_sensitive)
-FN_LOCAL_BOOL(preservecase, preservecase)
+FN_LOCAL_BOOL(preserve_case, preserve_case)
FN_LOCAL_BOOL(shortpreservecase, shortpreservecase)
FN_LOCAL_BOOL(hide_dot_files, hide_dot_files)
FN_LOCAL_BOOL(hide_special_files, hide_special_files)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 751a1a2482..756e5efe0d 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2397,7 +2397,7 @@ static struct parm_struct parm_table[] = {
.label = "preserve case",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(preservecase),
+ .offset = LOCAL_VAR(preserve_case),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL,