diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-10-07 18:28:04 +0300 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2018-10-07 18:28:04 +0300 |
commit | fb1d37f34f0f3fcd6c5124834e0f3abb8159311e (patch) | |
tree | 3cf2e56b39e5fcbefc502afa09600ade2be98b66 | |
parent | 9d886185c1783cb16a4bc94cf12f78481d5b985d (diff) | |
download | tor-fb1d37f34f0f3fcd6c5124834e0f3abb8159311e.tar.gz tor-fb1d37f34f0f3fcd6c5124834e0f3abb8159311e.zip |
Add changes file
-rw-r--r-- | changes/bug27808 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug27808 b/changes/bug27808 new file mode 100644 index 0000000000..90d3c9e0a4 --- /dev/null +++ b/changes/bug27808 @@ -0,0 +1,4 @@ + o Minor bugfixes (networking): + - In retry_listeners_ports() make sure that we're removing + a member of old_conns smartlist at most once. + Fixes bug 27808; bugfix on 0.3.5.1-alpha. |