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:
parent
af296acdc4
commit
d4bd1b005c
@ -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)
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user