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

param: Rename variable used for lp_wins_hook szWINSHook

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:35 +13:00 committed by Jeremy Allison
parent af296acdc4
commit d4bd1b005c
2 changed files with 2 additions and 2 deletions

View File

@ -412,4 +412,4 @@ FN_GLOBAL_STRING(shutdown_script, shutdown_script)
FN_GLOBAL_STRING(username_map_script, usernameMapScript)
FN_GLOBAL_STRING(username_map, usernameMap)
FN_GLOBAL_STRING(usershare_path, usershare_path)
FN_GLOBAL_STRING(wins_hook, szWINSHook)
FN_GLOBAL_STRING(wins_hook, wins_hook)

View File

@ -2926,7 +2926,7 @@ static struct parm_struct parm_table[] = {
.label = "wins hook",
.type = P_STRING,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(szWINSHook),
.offset = GLOBAL_VAR(wins_hook),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,