tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit f3ecf0b0a4ac406cc03f76606c95e1ccf636cca3
parent c8ba2c4730180d9d9889a939855331bb1e9f95ac
Author: teor <teor@torproject.org>
Date:   Wed, 29 Jan 2020 18:27:53 +1000

changes: file for 33091

Diffstat:
Achanges/ticket33091 | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/changes/ticket33091 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.