2005-12-29 jrandom

* Minor fix to the new ERR-ClockSkew to deal with people whose clocks are
      actually correct
This commit is contained in:
jrandom
2005-12-29 13:07:22 +00:00
committed by zzz
parent 1d0d0d9c69
commit 728f177473
3 changed files with 8 additions and 3 deletions

View File

@ -78,6 +78,7 @@ public class Clock implements Timestamper.UpdateListener {
if ((delta < MIN_OFFSET_CHANGE) && (delta > 0 - MIN_OFFSET_CHANGE)) {
getLog().debug("Not changing offset since it is only " + delta + "ms");
_alreadyChanged = true;
return;
}
}