1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

param: Rename variable used for lp_set_quota_command szSetQuota

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:34 +13:00 committed by Jeremy Allison
parent 0cb3a4148c
commit bea2aea6ec
2 changed files with 2 additions and 2 deletions

View File

@ -406,7 +406,7 @@ FN_GLOBAL_STRING(renameuser_script, renameuser_script)
FN_GLOBAL_STRING(rootdir, rootdir)
FN_GLOBAL_STRING(serverstring, serverstring)
FN_GLOBAL_STRING(setprimarygroup_script, setprimarygroup_script)
FN_GLOBAL_STRING(set_quota_command, szSetQuota)
FN_GLOBAL_STRING(set_quota_command, set_quota_command)
FN_GLOBAL_STRING(share_backend, szShareBackend)
FN_GLOBAL_STRING(shutdown_script, szShutdownScript)
FN_GLOBAL_STRING(username_map_script, usernameMapScript)

View File

@ -3436,7 +3436,7 @@ static struct parm_struct parm_table[] = {
.label = "set quota command",
.type = P_STRING,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(szSetQuota),
.offset = GLOBAL_VAR(set_quota_command),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,