diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-03-05 15:20:55 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-03-05 16:58:20 +0100 |
commit | f83debb51d7fa4a1827967d8bea145636c855f89 (patch) | |
tree | 3fcedc47a6f0e11bacd5540c6eb6de787988a414 /changes/bug2660 | |
parent | 865ea5d26361802d53c586d27f249e5c2e924538 (diff) | |
download | tor-f83debb51d7fa4a1827967d8bea145636c855f89.tar tor-f83debb51d7fa4a1827967d8bea145636c855f89.tar.gz |
Fix setting target port in get_interface_address6
We want to use the discard port correctly, so a htons() was missing.
Also we need to set it correctly depending on address family.
Review provided by danieldg
Diffstat (limited to 'changes/bug2660')
-rw-r--r-- | changes/bug2660 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/changes/bug2660 b/changes/bug2660 index fe2295635..2aa06d36f 100644 --- a/changes/bug2660 +++ b/changes/bug2660 @@ -1,3 +1,7 @@ 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. + 0.2.0.3-alpha; fixes first part of bug 2660. Patch by piebeer. + - Set target port in get_interface_address6() correctly. Bugfix + on 0.1.1.4-alpha and 0.2.0.3-alpha; fixes second part of bug + 2660. + |