diff options
author | Roger Dingledine <arma@torproject.org> | 2012-11-12 23:47:21 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-11-12 23:47:21 -0500 |
commit | 88bb48e785609afeab6b63677f789036e25b34cf (patch) | |
tree | b89b17a580e78eb63198bf79031d18d4d4cf8812 /changes | |
parent | e567b4482a1473f586a8549d9311d989c2335172 (diff) | |
download | tor-88bb48e785609afeab6b63677f789036e25b34cf.tar.gz tor-88bb48e785609afeab6b63677f789036e25b34cf.zip |
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/bug7464 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug7464 b/changes/bug7464 new file mode 100644 index 0000000000..9259cc74a3 --- /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. |