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
commitcae093c4e2e1dc4d559e2f050f4bf0f34274e558 (patch)
treed562ab0a4c81a0cc1a1427732b202835bb0cb2a6 /lib
parent90700df3b4bc67cc5383a391a390a5eab662115d (diff)
downloadsamba-cae093c4e2e1dc4d559e2f050f4bf0f34274e558.tar.gz
samba-cae093c4e2e1dc4d559e2f050f4bf0f34274e558.tar.xz
samba-cae093c4e2e1dc4d559e2f050f4bf0f34274e558.zip
param: Rename variable used for lp_os2_driver_map szOs2DriverMap
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 7fe6b1ac9d..c29ed019eb 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -395,7 +395,7 @@ FN_GLOBAL_STRING(log_nt_token_command, log_nt_token_command)
FN_GLOBAL_STRING(mangling_method, mangling_method)
FN_GLOBAL_STRING(msg_command, msg_command)
FN_GLOBAL_STRING(nis_home_map_name, nis_home_map_name)
-FN_GLOBAL_STRING(os2_driver_map, szOs2DriverMap)
+FN_GLOBAL_STRING(os2_driver_map, os2_driver_map)
FN_GLOBAL_STRING(panic_action, szPanicAction)
FN_GLOBAL_STRING(passwd_chat, szPasswdChat)
FN_GLOBAL_STRING(passwd_program, szPasswdProgram)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index f875cdea38..531ec73512 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2284,7 +2284,7 @@ static struct parm_struct parm_table[] = {
.label = "os2 driver map",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szOs2DriverMap),
+ .offset = GLOBAL_VAR(os2_driver_map),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,