summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/param/param_functions.c2
-rw-r--r--lib/param/param_table.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index 27cd8b2f26..34630c48a4 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -325,7 +325,7 @@ FN_GLOBAL_INTEGER(nbt_port, nbt_port)
FN_GLOBAL_INTEGER(open_files_db_hash_size, open_files_db_hash_size)
FN_GLOBAL_INTEGER(oplock_break_wait_time, oplock_break_wait_time)
FN_GLOBAL_INTEGER(os_level, os_level)
-FN_GLOBAL_INTEGER(passwd_chat_timeout, iPasswdChatTimeout)
+FN_GLOBAL_INTEGER(passwd_chat_timeout, passwd_chat_timeout)
FN_GLOBAL_INTEGER(printcap_cache_time, PrintcapCacheTime)
FN_GLOBAL_INTEGER(restrict_anonymous, restrict_anonymous)
FN_GLOBAL_INTEGER(_security, security)
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,