aboutsummaryrefslogtreecommitdiff
path: root/changes/bug18616
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-04-28 11:13:14 +1000
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-04-28 12:26:38 +1000
commitd3c60f2bd7430ed319406f89ba6e758038ecd5eb (patch)
tree2571ff9f669b0a9848c5819484a1cade21d105f2 /changes/bug18616
parent2cfcf17cfc4377efcf10a036557fa3134bf8c1b1 (diff)
downloadtor-d3c60f2bd7430ed319406f89ba6e758038ecd5eb.tar.gz
tor-d3c60f2bd7430ed319406f89ba6e758038ecd5eb.zip
Avoid checking ORPort reachability when the network is disabled
This is consistent with existing DirPort reachability checks.
Diffstat (limited to 'changes/bug18616')
-rw-r--r--changes/bug186165
1 files changed, 3 insertions, 2 deletions
diff --git a/changes/bug18616 b/changes/bug18616
index 44695a1bff..d760f15adb 100644
--- a/changes/bug18616
+++ b/changes/bug18616
@@ -1,7 +1,8 @@
o Major bugfixes (directory mirrors):
- Fix broken DirPort self-checks. Decide to advertise begindir
support the same way we decide to advertise DirPorts.
- Include additional config options in the list that might
- change the content of a relay's descriptor.
+ Add additional config options that might change the content of
+ a relay's descriptor.
+ Avoid checking ORPort reachability when the network is disabled.
Resolves #18616, bugfix on 0c8e042c30946faa in #12538 in
0.2.8.1-alpha. Patch by "teor".