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_get_quota_command szGetQuota

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:30 +13:00 committed by Jeremy Allison
parent d045cfb2ca
commit 3293c7f7fb
2 changed files with 2 additions and 2 deletions

View File

@ -386,7 +386,7 @@ FN_GLOBAL_STRING(delgroup_script, delgroup_script)
FN_GLOBAL_STRING(deluserfromgroup_script, deluserfromgroup_script)
FN_GLOBAL_STRING(deluser_script, deluser_script)
FN_GLOBAL_STRING(enumports_cmd, enumports_cmd)
FN_GLOBAL_STRING(get_quota_command, szGetQuota)
FN_GLOBAL_STRING(get_quota_command, get_quota_command)
FN_GLOBAL_STRING(iprint_server, szIPrintServer)
FN_GLOBAL_STRING(ldap_admin_dn, szLdapAdminDn)
FN_GLOBAL_STRING(ldap_suffix, szLdapSuffix)

View File

@ -3427,7 +3427,7 @@ static struct parm_struct parm_table[] = {
.label = "get quota command",
.type = P_STRING,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(szGetQuota),
.offset = GLOBAL_VAR(get_quota_command),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,