mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
1badef5cec
When we converted the horrible set of options that previously
controlled "use ORPort or DirPort? Anonymously or Non-anonymouly?" to
a single 'indirection' argument, we missed
directory_post_to_dirservers.
The problematic code was introduced in 5cbeb6080
, which went into
0.2.4.3-alpha. This is a fix for bug 11469.
7 lines
339 B
Plaintext
7 lines
339 B
Plaintext
o Major bugfixes (relay):
|
|
- When uploading to the directory authorities, use a direct dirport
|
|
connection if we are a uploading an ordinary, non-anonymous directory
|
|
object. Previously, relays would used tunnel connections under a
|
|
fairly wide variety of circumstances. Fixes bug 11469; bugfix on
|
|
0.2.4.3-alpha.
|