diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:52 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:54 -0800 |
| commit | 80af9ec9ac1f493e1c39e6a4407d29b7c63363e6 (patch) | |
| tree | 8223ebf7c843a4a8b9f0c3e795b5d6faffce4c3a /lib/param | |
| parent | ad72bec4bb3c7642b4d4ff905c0f62beb7fe7749 (diff) | |
| download | samba-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')
| -rw-r--r-- | lib/param/param_functions.c | 2 | ||||
| -rw-r--r-- | lib/param/param_table.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 05f4aa776b..c28e9f31c0 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -203,7 +203,7 @@ 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, passdb_expand_explicit) -FN_GLOBAL_BOOL(passwd_chat_debug, bPasswdChatDebug) +FN_GLOBAL_BOOL(passwd_chat_debug, passwd_chat_debug) FN_GLOBAL_BOOL(registry_shares, bRegistryShares) FN_GLOBAL_BOOL(reject_md5_clients, bRejectMD5Clients) FN_GLOBAL_BOOL(reject_md5_servers, bRejectMD5Servers) 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, |
