summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:46 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:52 -0800
commit6704919643074eca7d68107c28f6338fde6f46d0 (patch)
tree1d00ce6d4616de4739ca3a8685a644045ce5e808 /lib/param/param_functions.c
parent3579bf9d3de78a06cd5445a25683dc2cb4a46344 (diff)
downloadsamba-6704919643074eca7d68107c28f6338fde6f46d0.tar.gz
samba-6704919643074eca7d68107c28f6338fde6f46d0.tar.xz
samba-6704919643074eca7d68107c28f6338fde6f46d0.zip
param: Rename variable used for lp__disable_spoolss bDisableSpoolss
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 a6ca14e4fe..eccc149564 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -173,7 +173,7 @@ FN_GLOBAL_BOOL(debug_prefix_timestamp, debug_prefix_timestamp)
FN_GLOBAL_BOOL(debug_uid, debug_uid)
FN_GLOBAL_BOOL(defer_sharing_violations, defer_sharing_violations)
FN_GLOBAL_BOOL(disable_netbios, disable_netbios)
-FN_GLOBAL_BOOL(_disable_spoolss, bDisableSpoolss)
+FN_GLOBAL_BOOL(_disable_spoolss, _disable_spoolss)
FN_GLOBAL_BOOL(_domain_logons, bDomainLogons)
FN_GLOBAL_BOOL(enable_asu_support, bASUSupport)
FN_GLOBAL_BOOL(enable_core_files, bEnableCoreFiles)