diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-08-09 16:13:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-09 16:13:03 -0400 |
commit | d993b0448508d910be0c26096fe710b13e8af4e7 (patch) | |
tree | c543322f9a5bb9e06e8bbd31e16f03839a782bb7 /changes | |
parent | e1fb3b8d65080c9583451085b43c04e2f7adefcb (diff) | |
download | tor-d993b0448508d910be0c26096fe710b13e8af4e7.tar.gz tor-d993b0448508d910be0c26096fe710b13e8af4e7.zip |
Reject attempts to say FooPort and FooPort 0 in the same cfg domain
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6507 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug6507 b/changes/bug6507 index 5ca02984bd..89940cbf7b 100644 --- a/changes/bug6507 +++ b/changes/bug6507 @@ -5,3 +5,11 @@ server, even though our new listener code would correctly not open any ORPorts for ORPort 0. Similar bugs in other Port options are also fixed. Fixes bug 6507; bugfix on 0.2.3.3-alpha. + + o Minor features: + + - Detect and reject attempts to specify both 'FooPort' and + 'FooPort 0' in the same configuration domain. (It's still okay + to have a FooPort in your configuration file,and use 'FooPort 0' + on the command line to disable it.) Fixes another case of + bug6507; bugfix on 0.2.3.3-alpha. |