stats: fix stats not always syncing in flow timeout

pull/4420/head
Victor Julien 5 years ago
parent ba3a2c31bf
commit 83bbe287e7

@ -224,6 +224,7 @@ static int TmThreadTimeoutLoop(ThreadVars *tv, TmSlot *s)
}
}
SCLogDebug("flow end loop complete");
StatsSyncCounters(tv);
return r;
}

Loading…
Cancel
Save