1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-31 01:48:16 +03:00

param: Rename variable used for lp_addprinter_cmd szAddPrinterCommand

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:27 +13:00 committed by Jeremy Allison
parent 20ded0fed8
commit 88287a6121
2 changed files with 2 additions and 2 deletions

View File

@ -371,7 +371,7 @@ FN_GLOBAL_STRING(abort_shutdown_script, abort_shutdown_script)
FN_GLOBAL_STRING(addgroup_script, addgroup_script)
FN_GLOBAL_STRING(addmachine_script, addmachine_script)
FN_GLOBAL_STRING(addport_cmd, addport_cmd)
FN_GLOBAL_STRING(addprinter_cmd, szAddPrinterCommand)
FN_GLOBAL_STRING(addprinter_cmd, addprinter_cmd)
FN_GLOBAL_STRING(add_share_cmd, szAddShareCommand)
FN_GLOBAL_STRING(adduser_script, szAddUserScript)
FN_GLOBAL_STRING(addusertogroup_script, szAddUserToGroupScript)

View File

@ -2257,7 +2257,7 @@ static struct parm_struct parm_table[] = {
.label = "addprinter command",
.type = P_STRING,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(szAddPrinterCommand),
.offset = GLOBAL_VAR(addprinter_cmd),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,