From eb4eadadf0ce72c04c6ec7d53ded0fcacd13e60c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:03:44 +1300 Subject: param: Rename variable used for lp_create_krb5_conf bCreateKrb5Conf 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 3737160a0d..fb5d7ebe98 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -165,7 +165,7 @@ FN_GLOBAL_BOOL(client_plaintext_auth, client_plaintext_auth) FN_GLOBAL_BOOL(client_use_spnego, client_use_spnego) FN_GLOBAL_BOOL(client_use_spnego_principal, client_use_spnego_principal) FN_GLOBAL_BOOL(clustering, clustering) -FN_GLOBAL_BOOL(create_krb5_conf, bCreateKrb5Conf) +FN_GLOBAL_BOOL(create_krb5_conf, create_krb5_conf) FN_GLOBAL_BOOL(debug_class, bDebugClass) FN_GLOBAL_BOOL(debug_hires_timestamp, bDebugHiresTimestamp) FN_GLOBAL_BOOL(debug_pid, bDebugPid) -- cgit