1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

lib/param: Merge "WINS Options" section from source3/param

This will make the merge of the whole table smoother.

Based on an earlier patch
Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2012-07-26 16:00:40 +10:00
parent ebc2cc7f8a
commit 3f1dfdd8b4

View File

@ -909,13 +909,25 @@ static struct parm_struct parm_table[] = {
.enum_list = NULL
},
{N_("WINS Options"), P_SEP, P_SEPARATOR},
{
.label = "dns proxy",
.type = P_BOOL,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(bWINSdnsProxy),
.special = NULL,
.enum_list = NULL
.enum_list = NULL,
.flags = FLAG_ADVANCED,
},
{
.label = "wins proxy",
.type = P_BOOL,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(bWINSproxy),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,
},
{
.label = "wins server",