diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-23 17:42:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-23 17:42:38 -0400 |
commit | be76850995f337337dd94be66a9f03b35d8b1412 (patch) | |
tree | fd94252328226a0ffcff718e5b9bbeab6f4ba970 /changes/bug2574 | |
parent | 8a36f2125137dc31a0771a8eeac0f2bb8c1343d0 (diff) | |
download | tor-be76850995f337337dd94be66a9f03b35d8b1412.tar.gz tor-be76850995f337337dd94be66a9f03b35d8b1412.zip |
Work correctly if your nameserver is ::1
We had all the code in place to handle this right... except that we
were unconditionally opening a PF_INET socket instead of looking at
sa_family. Ow.
Fixes bug 2574; not a bugfix on any particular version, since this
never worked before.
Diffstat (limited to 'changes/bug2574')
-rw-r--r-- | changes/bug2574 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug2574 b/changes/bug2574 new file mode 100644 index 0000000000..32f4ae4a92 --- /dev/null +++ b/changes/bug2574 @@ -0,0 +1,2 @@ + o Minor features: + - Allow nameserves with IPv6 address. Fixes bug 2574. |