diff options
author | David Goulet <dgoulet@torproject.org> | 2018-03-23 10:11:37 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-03-23 10:11:37 -0400 |
commit | 236c92a0a78285a73b53c6d0f5edba7982407e9b (patch) | |
tree | 614a153e0228838853e7e1172376857b50aa21e4 /changes/bug24904 | |
parent | 2b3138741002e298ee9b6a0fb8150432bfdcb0fc (diff) | |
download | tor-236c92a0a78285a73b53c6d0f5edba7982407e9b.tar.gz tor-236c92a0a78285a73b53c6d0f5edba7982407e9b.zip |
chan: Use channel_is_client() in channel_do_open_actions()
Make sure we actually only report client channel to the geoip cache instead of
looking if it is a known relay. Looking if it is a known relay can be
unreliable because they come and go from the consensus.
Fixes #24904
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/bug24904')
-rw-r--r-- | changes/bug24904 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug24904 b/changes/bug24904 new file mode 100644 index 0000000000..648d9a5834 --- /dev/null +++ b/changes/bug24904 @@ -0,0 +1,4 @@ + o Minor bugfix (channel, client): + - Better identify client connection when reporting to the geoip client + cache. Fixes bug 24904; bugfix on 0.3.1.7. + |