diff options
author | Neel Chauhan <neel@neelc.org> | 2018-04-05 08:35:21 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-04-05 08:37:39 -0400 |
commit | f5f9c2554601e51157d8b563f124cea3fd3d98d4 (patch) | |
tree | e9661e2d8f24fde9e44e6edc368e4a6d7017b614 /changes | |
parent | 98157c72cd9ddcfd92cd5cd2749d19d1677efd14 (diff) | |
download | tor-f5f9c2554601e51157d8b563f124cea3fd3d98d4.tar.gz tor-f5f9c2554601e51157d8b563f124cea3fd3d98d4.zip |
Switch to use should_record_bridge_info()
Both in geoip_note_client_seen() and options_need_geoip_info(), switch from
accessing the options directly to using the should_record_bridge_info() helper
function.
Fixes #25290
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket25290 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket25290 b/changes/ticket25290 new file mode 100644 index 0000000000..5e44f5e05c --- /dev/null +++ b/changes/ticket25290 @@ -0,0 +1,5 @@ + o Code simplification and refactoring: + - We switch to should_record_bridge_info() in geoip_note_client_seen() and + options_need_geoip_info() instead of accessing the configuration values + directly. Fixes bug 25290; bugfix on 0.2.1.6-alpha. Patch by Neel + Chauhan. |