aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-11-12 23:47:21 -0500
committerRoger Dingledine <arma@torproject.org>2012-11-12 23:47:21 -0500
commit88bb48e785609afeab6b63677f789036e25b34cf (patch)
treeb89b17a580e78eb63198bf79031d18d4d4cf8812 /changes
parente567b4482a1473f586a8549d9311d989c2335172 (diff)
downloadtor-88bb48e785609afeab6b63677f789036e25b34cf.tar
tor-88bb48e785609afeab6b63677f789036e25b34cf.tar.gz
use a more logical operator
Fix a harmless bug when opting against publishing a relay descriptor because DisableNetwork is set. Fixes bug 7464; bugfix on 0.2.3.9-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug74644
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug7464 b/changes/bug7464
new file mode 100644
index 000000000..9259cc74a
--- /dev/null
+++ b/changes/bug7464
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Fix a harmless bug when opting against publishing a relay descriptor
+ because DisableNetwork is set. Fixes bug 7464; bugfix on
+ 0.2.3.9-alpha.