1
0
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:
Andrew Bartlett 2013-12-24 16:04:33 +13:00 committed by Jeremy Allison
parent abd9173239
commit 4d75443fb3
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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,