diff options
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 516c077296..b58c70f4c1 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -288,7 +288,7 @@ FN_GLOBAL_INTEGER(dgram_port, dgram_port) FN_GLOBAL_INTEGER(_domain_master, domain_master) FN_GLOBAL_INTEGER(idmap_cache_time, idmap_cache_time) FN_GLOBAL_INTEGER(idmap_negative_cache_time, idmap_negative_cache_time) -FN_GLOBAL_INTEGER(init_logon_delay, InitLogonDelay) +FN_GLOBAL_INTEGER(init_logon_delay, init_logon_delay) FN_GLOBAL_INTEGER(keepalive, iKeepalive) FN_GLOBAL_INTEGER(kerberos_method, iKerberosMethod) FN_GLOBAL_INTEGER(kpasswd_port, kpasswd_port) @@ -351,7 +351,7 @@ FN_GLOBAL_LIST(cluster_addresses, szClusterAddresses) FN_GLOBAL_LIST(dcerpc_endpoint_servers, dcerpc_ep_servers) FN_GLOBAL_LIST(dns_update_command, szDNSUpdateCommand) FN_GLOBAL_LIST(eventlog_list, szEventLogs) -FN_GLOBAL_LIST(init_logon_delayed_hosts, szInitLogonDelayedHosts) +FN_GLOBAL_LIST(init_logon_delayed_hosts, szinit_logon_delayedHosts) FN_GLOBAL_LIST(interfaces, szInterfaces) FN_GLOBAL_LIST(name_resolve_order, szNameResolveOrder) FN_GLOBAL_LIST(netbios_aliases, szNetbiosAliases) |