From 7365a91a27dac0f6365932429506c7560e2fe5f0 Mon Sep 17 00:00:00 2001 From: Stelios Fragkakis <52996999+stelfrag@users.noreply.github.com> Date: Wed, 11 May 2022 14:40:33 +0300 Subject: Set trust durations to have data from children properly aligned (#12870) --- streaming/receiver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'streaming') 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); -- cgit v1.2.3