diff options
author | Linus Nordberg <linus@torproject.org> | 2012-09-18 14:41:14 +0200 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2012-09-18 14:41:14 +0200 |
commit | a989dbc3dcf2d5dd80b279084053fff3e94d124d (patch) | |
tree | 3281ff8a96f5858c11b9bb7f06587af24a699881 /changes | |
parent | 5dfec9f8335d0fa954ff5423a41e3e249547fd8d (diff) | |
download | tor-a989dbc3dcf2d5dd80b279084053fff3e94d124d.tar.gz tor-a989dbc3dcf2d5dd80b279084053fff3e94d124d.zip |
Print the correct address family in log printout.
Look at the address family of the preferred OR port rather than the
node.ipv6_preferred flag since the logic has changed with new
ClientUseIPv6 config option.
Fixes ticket 6884.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/6884 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/6884 b/changes/6884 new file mode 100644 index 0000000000..90585dc14c --- /dev/null +++ b/changes/6884 @@ -0,0 +1,4 @@ + o Minor bugfixes (client): + - Correct log printout about which address family is preferred + when connecting to a bridge with both an IPv4 and IPv6 OR port. + Fixes bug 6884. |