summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:52 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:54 -0800
commitad72bec4bb3c7642b4d4ff905c0f62beb7fe7749 (patch)
treecb58a8b2e67bc14f7796fd9abae9c728335be3cc /lib/param/param_functions.c
parent63afb62742cd8f49b656db5faba762b010b0ffc9 (diff)
downloadsamba-ad72bec4bb3c7642b4d4ff905c0f62beb7fe7749.tar.gz
samba-ad72bec4bb3c7642b4d4ff905c0f62beb7fe7749.tar.xz
samba-ad72bec4bb3c7642b4d4ff905c0f62beb7fe7749.zip
param: Rename variable used for lp_passdb_expand_explicit bPassdbExpandExplicit
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 cce36a0d7f..05f4aa776b 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -202,7 +202,7 @@ FN_GLOBAL_BOOL(nt_status_support, nt_status_support)
FN_GLOBAL_BOOL(null_passwords, null_passwords)
FN_GLOBAL_BOOL(obey_pam_restrictions, obey_pam_restrictions)
FN_GLOBAL_BOOL(pam_password_change, pam_password_change)
-FN_GLOBAL_BOOL(passdb_expand_explicit, bPassdbExpandExplicit)
+FN_GLOBAL_BOOL(passdb_expand_explicit, passdb_expand_explicit)
FN_GLOBAL_BOOL(passwd_chat_debug, bPasswdChatDebug)
FN_GLOBAL_BOOL(registry_shares, bRegistryShares)
FN_GLOBAL_BOOL(reject_md5_clients, bRejectMD5Clients)