summaryrefslogtreecommitdiffstats
path: root/src/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.c')
-rw-r--r--src/run.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run.c b/src/run.c
index 7d166bb..eab3ad2 100644
--- a/src/run.c
+++ b/src/run.c
@@ -92,6 +92,7 @@ int init(void)
else {
fprintf(stderr, "WARNING: No running mode specified. "
"Defaulting to statistics mode.\n");
+ CONFIG(flags) |= CTD_STATS_MODE;
STATE(mode) = &stats_mode;
}