diff options
author | Taylor Yu <catalyst@torproject.org> | 2017-09-14 20:43:52 -0500 |
---|---|---|
committer | Taylor Yu <catalyst@torproject.org> | 2017-09-15 09:49:53 -0500 |
commit | e31a7be161903b3fbe182224470d86c0814c988d (patch) | |
tree | c157f073a8c7870daae93cb12ebd0de38ce78e6d /changes | |
parent | 37fed742d15025a96c1a0f7df6a686fdc97b5f8f (diff) | |
download | tor-e31a7be161903b3fbe182224470d86c0814c988d.tar.gz tor-e31a7be161903b3fbe182224470d86c0814c988d.zip |
Make NETINFO clock skew detection work on clients
An unnecessary routerlist check in the NETINFO clock skew detection in
channel_tls_process_netinfo_cell() was preventing clients from
reporting NETINFO clock skew to controllers.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23532 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug23532 b/changes/bug23532 new file mode 100644 index 0000000000..3eb2345cea --- /dev/null +++ b/changes/bug23532 @@ -0,0 +1,5 @@ + o Minor bugfixes (usability, control port): + - Stop making an unnecessary routerlist check in NETINFO clock + skew detection; this was preventing clients from reporting + NETINFO clock skew to controllers. Fixes bug 23532; bugfix on + 0.2.4.4-alpha. |