aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-03-05 14:46:32 +0100
committerSebastian Hahn <sebastian@torproject.org>2011-03-05 16:57:05 +0100
commit865ea5d26361802d53c586d27f249e5c2e924538 (patch)
tree7dd0d1b6b2f947a54546a66acf0669504a06e3a9 /changes
parent1d6af67ab8d96c30e022f1f7602276f10c8444dc (diff)
downloadtor-865ea5d26361802d53c586d27f249e5c2e924538.tar.gz
tor-865ea5d26361802d53c586d27f249e5c2e924538.zip
Fix connect() failures in get_interface_address6()
The third argument for connect should be dependent on the address family. Issue spotted by piebeer who also wrote the patch.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug26603
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug2660 b/changes/bug2660
new file mode 100644
index 0000000000..fe22956352
--- /dev/null
+++ b/changes/bug2660
@@ -0,0 +1,3 @@
+ o Minor bugfixes:
+ - Fix connect() failures on some platforms (BSD, OS X). Bugfix on
+ 0.2.0.3-alpha; fixes bug 2660. Patch by piebeer.