summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r--lib/param/param_table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index d5425eb842..686e47d99f 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1193,7 +1193,7 @@ static struct parm_struct parm_table[] = {
.label = "debug timestamp",
.type = P_BOOL,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(bTimestampLogs),
+ .offset = GLOBAL_VAR(timestamp_logs),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,
@@ -1202,7 +1202,7 @@ static struct parm_struct parm_table[] = {
.label = "timestamp logs",
.type = P_BOOL,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(bTimestampLogs),
+ .offset = GLOBAL_VAR(timestamp_logs),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,