From 5cc00da7ea573a2e432bedffc24e43f00749b1b7 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:04:21 +1300 Subject: param: Rename variable used for lp_auth_methods AuthMethods Signed-off-by: Andrew Bartlett Signed-off-by: Garming Sam Reviewed-by: Jeremy Allison --- lib/param/param_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/param/param_functions.c') diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index e3ffc78eb7..c266940488 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -346,7 +346,7 @@ FN_GLOBAL_INTEGER(winbind_cache_time, winbind_cache_time) 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, AuthMethods) +FN_GLOBAL_LIST(auth_methods, auth_methods) FN_GLOBAL_LIST(cluster_addresses, szClusterAddresses) FN_GLOBAL_LIST(dcerpc_endpoint_servers, dcerpc_ep_servers) FN_GLOBAL_LIST(dns_update_command, szDNSUpdateCommand) -- cgit