summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:32 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:19:03 -0800
commitfd17237baf88f4d86649aec6fdd5d64e6f4ab398 (patch)
treeef072ff7fc0c1f5484787785dea5faa09bb0ca54 /lib
parentceda82f2ad74929ec3bee9c855e8da6de82ab20b (diff)
downloadsamba-fd17237baf88f4d86649aec6fdd5d64e6f4ab398.tar.gz
samba-fd17237baf88f4d86649aec6fdd5d64e6f4ab398.tar.xz
samba-fd17237baf88f4d86649aec6fdd5d64e6f4ab398.zip
param: Rename variable used for lp_passwd_chat szPasswdChat
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')
-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 d6169e25bd..1f9fe80838 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -397,7 +397,7 @@ FN_GLOBAL_STRING(msg_command, msg_command)
FN_GLOBAL_STRING(nis_home_map_name, nis_home_map_name)
FN_GLOBAL_STRING(os2_driver_map, os2_driver_map)
FN_GLOBAL_STRING(panic_action, panic_action)
-FN_GLOBAL_STRING(passwd_chat, szPasswdChat)
+FN_GLOBAL_STRING(passwd_chat, passwd_chat)
FN_GLOBAL_STRING(passwd_program, szPasswdProgram)
FN_GLOBAL_STRING(perfcount_module, szSMBPerfcountModule)
FN_GLOBAL_STRING(remote_announce, szRemoteAnnounce)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index efd97f90df..1fd379ea25 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -620,7 +620,7 @@ static struct parm_struct parm_table[] = {
.label = "passwd chat",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szPasswdChat),
+ .offset = GLOBAL_VAR(passwd_chat),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,