1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

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>
This commit is contained in:
Andrew Bartlett 2013-12-24 16:04:32 +13:00 committed by Jeremy Allison
parent 90700df3b4
commit cae093c4e2
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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,