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:
parent
d045cfb2ca
commit
3293c7f7fb
@ -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)
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user