summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:56 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:55 -0800
commitdf39def2edd38062c3ac6a4c2aae6288e373c8ee (patch)
tree8e29841790f389e56c14fe83f1d21b7dddfcc113 /lib/param/param_functions.c
parent657ac138f8cbe4ca3e9b196bf40f30a7165fb5b3 (diff)
downloadsamba-df39def2edd38062c3ac6a4c2aae6288e373c8ee.tar.gz
samba-df39def2edd38062c3ac6a4c2aae6288e373c8ee.tar.xz
samba-df39def2edd38062c3ac6a4c2aae6288e373c8ee.zip
param: Rename variable used for lp_use_ntdb bUseNtdb
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 6c10dfa167..36fbeed272 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -219,7 +219,7 @@ FN_GLOBAL_BOOL(unicode, unicode)
FN_GLOBAL_BOOL(unix_extensions, unix_extensions)
FN_GLOBAL_BOOL(unix_password_sync, unix_password_sync)
FN_GLOBAL_BOOL(use_mmap, use_mmap)
-FN_GLOBAL_BOOL(use_ntdb, bUseNtdb)
+FN_GLOBAL_BOOL(use_ntdb, use_ntdb)
FN_GLOBAL_BOOL(usershare_allow_guests, bUsershareAllowGuests)
FN_GLOBAL_BOOL(usershare_owner_only, bUsershareOwnerOnly)
FN_GLOBAL_BOOL(use_spnego, bUseSpnego)