1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-07 01:58:28 +03:00

param: Rename variable used for lp_manglednames bMangledNames

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Andrew Bartlett 2013-12-24 16:03:32 +13:00 committed by Jeremy Allison
parent 27e91864e8
commit fe2e5174f0
3 changed files with 3 additions and 3 deletions

View File

@ -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, bMangledNames)
FN_LOCAL_PARM_BOOL(manglednames, manglednames)
FN_LOCAL_BOOL(symlinks, bSymlinks)
FN_LOCAL_BOOL(syncalways, bSyncAlways)
FN_LOCAL_BOOL(strict_allocate, bStrictAllocate)

View File

@ -2532,7 +2532,7 @@ static struct parm_struct parm_table[] = {
.label = "mangled names",
.type = P_BOOL,
.p_class = P_LOCAL,
.offset = LOCAL_VAR(bMangledNames),
.offset = LOCAL_VAR(manglednames),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL,

View File

@ -231,7 +231,7 @@ static struct loadparm_service sDefault =
.kernel_oplocks = false,
.level2_oplocks = true,
.onlyuser = false,
.bMangledNames = true,
.manglednames = true,
.bWidelinks = false,
.bSymlinks = true,
.bSyncAlways = false,