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_eventlog_list szEventLogs

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:22 +13:00 committed by Jeremy Allison
parent ed8ac480a9
commit ce536d619b
2 changed files with 2 additions and 2 deletions

View File

@ -350,7 +350,7 @@ FN_GLOBAL_LIST(auth_methods, auth_methods)
FN_GLOBAL_LIST(cluster_addresses, cluster_addresses)
FN_GLOBAL_LIST(dcerpc_endpoint_servers, dcerpc_endpoint_servers)
FN_GLOBAL_LIST(dns_update_command, dns_update_command)
FN_GLOBAL_LIST(eventlog_list, szEventLogs)
FN_GLOBAL_LIST(eventlog_list, eventlog_list)
FN_GLOBAL_LIST(init_logon_delayed_hosts, szinit_logon_delayedHosts)
FN_GLOBAL_LIST(interfaces, szInterfaces)
FN_GLOBAL_LIST(name_resolve_order, szNameResolveOrder)

View File

@ -3232,7 +3232,7 @@ static struct parm_struct parm_table[] = {
.label = "eventlog list",
.type = P_LIST,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(szEventLogs),
.offset = GLOBAL_VAR(eventlog_list),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_GLOBAL | FLAG_SHARE,