summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.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
commit80af9ec9ac1f493e1c39e6a4407d29b7c63363e6 (patch)
tree8223ebf7c843a4a8b9f0c3e795b5d6faffce4c3a /lib/param/param_table.c
parentad72bec4bb3c7642b4d4ff905c0f62beb7fe7749 (diff)
downloadsamba-80af9ec9ac1f493e1c39e6a4407d29b7c63363e6.tar.gz
samba-80af9ec9ac1f493e1c39e6a4407d29b7c63363e6.tar.xz
samba-80af9ec9ac1f493e1c39e6a4407d29b7c63363e6.zip
param: Rename variable used for lp_passwd_chat_debug bPasswdChatDebug
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_table.c')
-rw-r--r--lib/param/param_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 2193252fb5..423c37c7cf 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -629,7 +629,7 @@ static struct parm_struct parm_table[] = {
.label = "passwd chat debug",
.type = P_BOOL,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(bPasswdChatDebug),
+ .offset = GLOBAL_VAR(passwd_chat_debug),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,