summaryrefslogtreecommitdiffstats
path: root/streaming/receiver.c
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2022-05-11 14:40:33 +0300
committerGitHub <noreply@github.com>2022-05-11 14:40:33 +0300
commit7365a91a27dac0f6365932429506c7560e2fe5f0 (patch)
treeff2e88dd77f2ebf289159d3788120e304dd0aa73 /streaming/receiver.c
parent7a6a36d2dfd708cacf620610118e307c04890bce (diff)
Set trust durations to have data from children properly aligned (#12870)
Diffstat (limited to 'streaming/receiver.c')
-rw-r--r--streaming/receiver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/streaming/receiver.c b/streaming/receiver.c
index f77bba6ad8..c7879ea5b9 100644
--- a/streaming/receiver.c
+++ b/streaming/receiver.c
@@ -353,7 +353,7 @@ size_t streaming_parser(struct receiver_state *rpt, struct plugind *cd, FILE *fp
.host = rpt->host,
.opaque = rpt,
.cd = cd,
- .trust_durations = 0
+ .trust_durations = 1
};
PARSER *parser = parser_init(rpt->host, &user, fp, PARSER_INPUT_SPLIT);