summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-01-30 13:53:32 -0500
committerDavid Goulet <dgoulet@torproject.org>2020-01-30 13:53:32 -0500
commitf07d8a1a92b75d37cc0bd9eb42d45850b8f60e54 (patch)
tree2c9fa475cf6d7201484c292b1d487a69161aabeb /changes
parenta1dec44723b4c2b38140b49efd0d30bb784626ae (diff)
parentf3ecf0b0a4ac406cc03f76606c95e1ccf636cca3 (diff)
downloadtor-f07d8a1a92b75d37cc0bd9eb42d45850b8f60e54.tar.gz
tor-f07d8a1a92b75d37cc0bd9eb42d45850b8f60e54.zip
Merge branch 'tor-github/pr/1692'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket330913
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.