diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-02-03 15:06:25 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-02-07 16:19:09 -0800 |
commit | 617d9acf70a2e2e8556accc6e6961add10b50c67 (patch) | |
tree | 32986f0b722670d138fb36eb86666e46eb3c095e /lib | |
parent | e02e9a3d6c9c459b2bf7beac1d4a6d77b1066af2 (diff) | |
download | samba-617d9acf70a2e2e8556accc6e6961add10b50c67.tar.gz samba-617d9acf70a2e2e8556accc6e6961add10b50c67.tar.xz samba-617d9acf70a2e2e8556accc6e6961add10b50c67.zip |
param: rename lp function and variable from 'manglednames' to 'mangled_names'
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')
-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 d74bb6d56b7..691fd878453 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -104,7 +104,7 @@ FN_LOCAL_BOOL(kernel_oplocks, kernel_oplocks) FN_LOCAL_BOOL(level2_oplocks, level2_oplocks) FN_LOCAL_BOOL(kernel_share_modes, kernel_share_modes) FN_LOCAL_BOOL(onlyuser, onlyuser) -FN_LOCAL_PARM_BOOL(manglednames, manglednames) +FN_LOCAL_PARM_BOOL(mangled_names, mangled_names) FN_LOCAL_BOOL(symlinks, symlinks) FN_LOCAL_BOOL(syncalways, syncalways) FN_LOCAL_BOOL(strict_allocate, strict_allocate) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 09ff63cd0ad..ab8961924fb 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2532,7 +2532,7 @@ static struct parm_struct parm_table[] = { .label = "mangled names", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(manglednames), + .offset = LOCAL_VAR(mangled_names), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL, |