From bb2e4bd78f12bb8eeb6e50b12a8b93e27e00b862 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:03:45 +1300 Subject: param: Rename variable used for lp_debug_prefix_timestamp bDebugPrefixTimestamp 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 fd88adf6a6..5f748c01b6 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -169,7 +169,7 @@ FN_GLOBAL_BOOL(create_krb5_conf, create_krb5_conf) FN_GLOBAL_BOOL(debug_class, debug_class) FN_GLOBAL_BOOL(debug_hires_timestamp, debug_hires_timestamp) FN_GLOBAL_BOOL(debug_pid, debug_pid) -FN_GLOBAL_BOOL(debug_prefix_timestamp, bDebugPrefixTimestamp) +FN_GLOBAL_BOOL(debug_prefix_timestamp, debug_prefix_timestamp) FN_GLOBAL_BOOL(debug_uid, bDebugUid) FN_GLOBAL_BOOL(defer_sharing_violations, bDeferSharingViolations) FN_GLOBAL_BOOL(disable_netbios, bDisableNetbios) -- cgit