summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:45 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:51 -0800
commit0a925317a027d56e72bb72ecf192d00cb24d3415 (patch)
treec150403f440cca7a41629a6a159c98c3960d266b /lib/param/param_functions.c
parenteb4eadadf0ce72c04c6ec7d53ded0fcacd13e60c (diff)
downloadsamba-0a925317a027d56e72bb72ecf192d00cb24d3415.tar.gz
samba-0a925317a027d56e72bb72ecf192d00cb24d3415.tar.xz
samba-0a925317a027d56e72bb72ecf192d00cb24d3415.zip
param: Rename variable used for lp_debug_class bDebugClass
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r--lib/param/param_functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index fb5d7ebe98..3ba8032a53 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -166,7 +166,7 @@ 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, create_krb5_conf)
-FN_GLOBAL_BOOL(debug_class, bDebugClass)
+FN_GLOBAL_BOOL(debug_class, debug_class)
FN_GLOBAL_BOOL(debug_hires_timestamp, bDebugHiresTimestamp)
FN_GLOBAL_BOOL(debug_pid, bDebugPid)
FN_GLOBAL_BOOL(debug_prefix_timestamp, bDebugPrefixTimestamp)