mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
param: Rename variable used for lp_rootdir szRootdir
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:
parent
abd9173239
commit
4d75443fb3
@ -403,7 +403,7 @@ FN_GLOBAL_STRING(perfcount_module, perfcount_module)
|
||||
FN_GLOBAL_STRING(remote_announce, remote_announce)
|
||||
FN_GLOBAL_STRING(remote_browse_sync, remote_browse_sync)
|
||||
FN_GLOBAL_STRING(renameuser_script, renameuser_script)
|
||||
FN_GLOBAL_STRING(rootdir, szRootdir)
|
||||
FN_GLOBAL_STRING(rootdir, rootdir)
|
||||
FN_GLOBAL_STRING(serverstring, szServerString)
|
||||
FN_GLOBAL_STRING(setprimarygroup_script, szSetPrimaryGroupScript)
|
||||
FN_GLOBAL_STRING(set_quota_command, szSetQuota)
|
||||
|
@ -556,7 +556,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "root directory",
|
||||
.type = P_STRING,
|
||||
.p_class = P_GLOBAL,
|
||||
.offset = GLOBAL_VAR(szRootdir),
|
||||
.offset = GLOBAL_VAR(rootdir),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED,
|
||||
@ -565,7 +565,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "root dir",
|
||||
.type = P_STRING,
|
||||
.p_class = P_GLOBAL,
|
||||
.offset = GLOBAL_VAR(szRootdir),
|
||||
.offset = GLOBAL_VAR(rootdir),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_HIDE,
|
||||
@ -574,7 +574,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "root",
|
||||
.type = P_STRING,
|
||||
.p_class = P_GLOBAL,
|
||||
.offset = GLOBAL_VAR(szRootdir),
|
||||
.offset = GLOBAL_VAR(rootdir),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_HIDE,
|
||||
|
Loading…
Reference in New Issue
Block a user