diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 05:01:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 05:01:23 +0000 |
commit | a05990c6c7250ba0aaed94e0222b598e0190bad4 (patch) | |
tree | c3661f2aea2badd5ef62949469ccb98935c8e20b /sourcestats.c | |
parent | Adding debian version 4.5-3. (diff) | |
download | chrony-a05990c6c7250ba0aaed94e0222b598e0190bad4.tar.xz chrony-a05990c6c7250ba0aaed94e0222b598e0190bad4.zip |
Merging upstream version 4.6.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | sourcestats.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sourcestats.c b/sourcestats.c index ce326e9..fcc501a 100644 --- a/sourcestats.c +++ b/sourcestats.c @@ -549,9 +549,9 @@ SST_DoNewRegression(SST_Stats inst) sd_weight += (peer_distances[i] - min_distance) / sd; weights[i] = SQUARE(sd_weight); } - } - correct_asymmetry(inst, times_back, offsets); + correct_asymmetry(inst, times_back, offsets); + } inst->regression_ok = RGR_FindBestRegression(times_back + inst->runs_samples, offsets + inst->runs_samples, weights, |