diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:17 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:59 -0800 |
commit | 76f1ab4acd8b2e8e7f441802c5c31e713f0ff572 (patch) | |
tree | 9279cd24df794907c29b5a35b0eb8eff42e74d1f /lib/param/param_table.c | |
parent | 7568b266d8df078ae69d34af2c0b7641e091fc01 (diff) | |
download | samba-76f1ab4acd8b2e8e7f441802c5c31e713f0ff572.tar.gz samba-76f1ab4acd8b2e8e7f441802c5c31e713f0ff572.tar.xz samba-76f1ab4acd8b2e8e7f441802c5c31e713f0ff572.zip |
param: Rename variable used for lp_passwd_chat_timeout iPasswdChatTimeout
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index de33916b3c..e4fa567212 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -638,7 +638,7 @@ static struct parm_struct parm_table[] = { .label = "passwd chat timeout", .type = P_INTEGER, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(iPasswdChatTimeout), + .offset = GLOBAL_VAR(passwd_chat_timeout), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |