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:
parent
a0e08acbe0
commit
8d2ba95c90
@ -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},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user