diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-07-26 15:54:25 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-07-26 12:23:20 +0200 |
commit | 8d2ba95c90794e4ea0f2fa9a4c36223cf1aa25ea (patch) | |
tree | 022d7dca972b6c142316c8e536480a16c7cdee91 /lib | |
parent | a0e08acbe04ac519f129e6934a44af739067bdfa (diff) | |
download | samba-8d2ba95c90794e4ea0f2fa9a4c36223cf1aa25ea.tar.gz |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/param/loadparm.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c index 1afd04a574a..138666cd5cc 100644 --- a/lib/param/loadparm.c +++ b/lib/param/loadparm.c @@ -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}, |