1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-24 21:49:29 +03:00

param: Rename variable used for lp_change_share_cmd szChangeShareCommand

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:28 +13:00
committed by Jeremy Allison
parent 0c2a7ab18a
commit ab90ca9503
2 changed files with 2 additions and 2 deletions

View File

@ -376,7 +376,7 @@ FN_GLOBAL_STRING(add_share_cmd, add_share_cmd)
FN_GLOBAL_STRING(adduser_script, adduser_script)
FN_GLOBAL_STRING(addusertogroup_script, addusertogroup_script)
FN_GLOBAL_STRING(auto_services, auto_services)
FN_GLOBAL_STRING(change_share_cmd, szChangeShareCommand)
FN_GLOBAL_STRING(change_share_cmd, change_share_cmd)
FN_GLOBAL_STRING(check_password_script, szCheckPasswordScript)
FN_GLOBAL_STRING(cups_server, szCupsServer)
FN_GLOBAL_STRING(defaultservice, szDefaultService)

View File

@ -3253,7 +3253,7 @@ static struct parm_struct parm_table[] = {
.label = "change share command",
.type = P_STRING,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(szChangeShareCommand),
.offset = GLOBAL_VAR(change_share_cmd),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,