summaryrefslogtreecommitdiff
path: root/lib/param
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2015-07-23 16:42:48 +0200
committerJeremy Allison <jra@samba.org>2015-07-31 01:55:31 +0200
commit179d715350bdc092946051584f86788f1cc9eed7 (patch)
tree5d0f7b5d2c8fcd5ff602a0c8c46df2a71b261a9f /lib/param
parente5ac180fbe34cc3953de246dbd4b2136e2b014ac (diff)
downloadsamba-179d715350bdc092946051584f86788f1cc9eed7.tar.gz
param: make 'timestamp logs' the default writing of 'debug timestamp'
This is how it used internally. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param')
-rw-r--r--lib/param/param_table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index cfabe5cd51e..cd66c1d7de3 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1143,6 +1143,7 @@ struct parm_struct parm_table[] = {
.offset = GLOBAL_VAR(timestamp_logs),
.special = NULL,
.enum_list = NULL,
+ .flags = FLAG_SYNONYM,
},
{
.label = "timestamp logs",