From 5f0dcfc5acc8680a2246c3c8021a7dfb0ecba95c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:03:58 +1300 Subject: param: Rename variable used for lp_winbind_refresh_tickets bWinbindRefreshTickets 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 98cdb2d8d1..7f2a0d8ba1 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -230,7 +230,7 @@ FN_GLOBAL_BOOL(winbind_enum_users, winbind_enum_users) FN_GLOBAL_BOOL(winbind_nested_groups, winbind_nested_groups) FN_GLOBAL_BOOL(winbind_normalize_names, winbind_normalize_names) FN_GLOBAL_BOOL(winbind_offline_logon, winbind_offline_logon) -FN_GLOBAL_BOOL(winbind_refresh_tickets, bWinbindRefreshTickets) +FN_GLOBAL_BOOL(winbind_refresh_tickets, winbind_refresh_tickets) FN_GLOBAL_BOOL(winbind_rpc_only, bWinbindRpcOnly) FN_GLOBAL_BOOL(winbind_sealed_pipes, bWinbindSealedPipes) FN_GLOBAL_BOOL(winbind_trusted_domains_only, bWinbindTrustedDomainsOnly) -- cgit