diff options
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index c266940488..5a9cc816a5 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -347,7 +347,7 @@ FN_GLOBAL_INTEGER(winbind_expand_groups, winbind_expand_groups) FN_GLOBAL_INTEGER(winbind_max_clients, winbind_max_clients) FN_GLOBAL_INTEGER(winbind_reconnect_delay, winbind_reconnect_delay) FN_GLOBAL_LIST(auth_methods, auth_methods) -FN_GLOBAL_LIST(cluster_addresses, szClusterAddresses) +FN_GLOBAL_LIST(cluster_addresses, cluster_addresses) FN_GLOBAL_LIST(dcerpc_endpoint_servers, dcerpc_ep_servers) FN_GLOBAL_LIST(dns_update_command, szDNSUpdateCommand) FN_GLOBAL_LIST(eventlog_list, szEventLogs) |