diff options
author | David Goulet <dgoulet@torproject.org> | 2020-01-30 13:53:32 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-01-30 13:53:32 -0500 |
commit | f07d8a1a92b75d37cc0bd9eb42d45850b8f60e54 (patch) | |
tree | 2c9fa475cf6d7201484c292b1d487a69161aabeb /changes | |
parent | a1dec44723b4c2b38140b49efd0d30bb784626ae (diff) | |
parent | f3ecf0b0a4ac406cc03f76606c95e1ccf636cca3 (diff) | |
download | tor-f07d8a1a92b75d37cc0bd9eb42d45850b8f60e54.tar.gz tor-f07d8a1a92b75d37cc0bd9eb42d45850b8f60e54.zip |
Merge branch 'tor-github/pr/1692'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33091 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket33091 b/changes/ticket33091 new file mode 100644 index 0000000000..89efd90894 --- /dev/null +++ b/changes/ticket33091 @@ -0,0 +1,3 @@ + o Code simplification and refactoring (mainloop): + - Simplify the ip_address_changed() function by removing redundant checks. + Closes ticket 33091. |