mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
param: Rename variable used for lp_usershare_prefix_allow_list szUsersharePrefixAllowList
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
23cf8e7974
commit
b48586e599
@ -363,7 +363,7 @@ FN_GLOBAL_LIST(server_services, server_services)
|
||||
FN_GLOBAL_LIST(smb_ports, smb_ports)
|
||||
FN_GLOBAL_LIST(spn_update_command, spn_update_command)
|
||||
FN_GLOBAL_LIST(svcctl_list, svcctl_list)
|
||||
FN_GLOBAL_LIST(usershare_prefix_allow_list, szUsersharePrefixAllowList)
|
||||
FN_GLOBAL_LIST(usershare_prefix_allow_list, usershare_prefix_allow_list)
|
||||
FN_GLOBAL_LIST(usershare_prefix_deny_list, szUsersharePrefixDenyList)
|
||||
FN_GLOBAL_LIST(winbind_nss_info, szWinbindNssInfo)
|
||||
FN_GLOBAL_LIST(wins_server_list, szWINSservers)
|
||||
|
@ -3679,7 +3679,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "usershare prefix allow list",
|
||||
.type = P_LIST,
|
||||
.p_class = P_GLOBAL,
|
||||
.offset = GLOBAL_VAR(szUsersharePrefixAllowList),
|
||||
.offset = GLOBAL_VAR(usershare_prefix_allow_list),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED,
|
||||
|
Loading…
Reference in New Issue
Block a user