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

lib/param: Merge "EventLog 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 15:54:25 +10:00
parent a0e08acbe0
commit 8d2ba95c90

View File

@ -968,7 +968,17 @@ static struct parm_struct parm_table[] = {
.enum_list = NULL
},
{N_("EventLog Options"), P_SEP, P_SEPARATOR},
{
.label = "eventlog list",
.type = P_LIST,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(szEventLogs),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_GLOBAL | FLAG_SHARE,
},
{N_("Miscellaneous Options"), P_SEP, P_SEPARATOR},