summaryrefslogtreecommitdiff
path: root/lib/param/loadparm.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-07-26 15:54:25 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-07-26 12:23:20 +0200
commit8d2ba95c90794e4ea0f2fa9a4c36223cf1aa25ea (patch)
tree022d7dca972b6c142316c8e536480a16c7cdee91 /lib/param/loadparm.c
parenta0e08acbe04ac519f129e6934a44af739067bdfa (diff)
downloadsamba-8d2ba95c90794e4ea0f2fa9a4c36223cf1aa25ea.tar.gz
samba-8d2ba95c90794e4ea0f2fa9a4c36223cf1aa25ea.tar.bz2
samba-8d2ba95c90794e4ea0f2fa9a4c36223cf1aa25ea.zip
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/param/loadparm.c')
-rw-r--r--lib/param/loadparm.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c
index 1afd04a574..138666cd5c 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},