diff options
author | Taylor Yu <catalyst@torproject.org> | 2017-09-20 16:54:56 -0500 |
---|---|---|
committer | Taylor Yu <catalyst@torproject.org> | 2017-09-20 18:50:39 -0500 |
commit | 1c017edac369a40c9a1633b0560e5f0d85b4e39e (patch) | |
tree | 770c534da00000ae1998593b9ad6410c70f50d9d /changes | |
parent | ac8e26a41592e5a87a5613cfbeb4c5d975835e4d (diff) | |
download | tor-1c017edac369a40c9a1633b0560e5f0d85b4e39e.tar.gz tor-1c017edac369a40c9a1633b0560e5f0d85b4e39e.zip |
Use correct sign for state file clock skew
or_state_load() was using an incorrect sign convention when calling
clock_skew_warning() to warn about state file clock skew. This caused
the wording of the warning to be incorrect about the direction of the
skew.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23606 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23606 b/changes/bug23606 new file mode 100644 index 0000000000..77f4d0cb9e --- /dev/null +++ b/changes/bug23606 @@ -0,0 +1,4 @@ + o Minor bugfixes (bootstrapping): + - When warning about state file clock skew, report the correct + direction for the detected skew. Fixes bug 23606; bugfix on + 0.2.8.1-alpha. |