diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-10-08 16:46:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-10-08 16:46:29 -0400 |
commit | b8abadedd3cb7ac3d140becf23d0a624e6405749 (patch) | |
tree | 9ef889c1201094d94f48c686f97bf08745659bc8 /changes/bug9904 | |
parent | fa1034cd999f19a50e6183dac6c65b3acaefe856 (diff) | |
download | tor-b8abadedd3cb7ac3d140becf23d0a624e6405749.tar.gz tor-b8abadedd3cb7ac3d140becf23d0a624e6405749.zip |
When examining interfaces to find an address, discard non-up ones.
Patch from "hantwister" on trac. Fixes bug #9904; bugfix on
0.2.3.11-alpha.
Diffstat (limited to 'changes/bug9904')
-rw-r--r-- | changes/bug9904 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9904 b/changes/bug9904 new file mode 100644 index 0000000000..eec4144cce --- /dev/null +++ b/changes/bug9904 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - When examining list of network interfaces to find our address, do + not consider non-running or disabled network interfaces. Fixes bug + 9904; bugfix on 0.2.3.11-alpha. Patch from "hantwister". |