diff options
| author | Garming Sam <garming@catalyst.net.nz> | 2014-02-04 15:08:59 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-02-07 16:19:11 -0800 |
| commit | fb8c6f8ef4650ac597ee09dcee5a7ef5e37fbae2 (patch) | |
| tree | 7283a1ce84eaa9d9953ef1d4cfe9c65d7ef7d0ed /lib/param | |
| parent | debda157853b32c924efd298fb43de502522a1c5 (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.c | 2 | ||||
| -rw-r--r-- | lib/param/param_table.c | 2 |
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, |
