diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-08-05 12:14:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-08-05 12:14:48 -0400 |
commit | b9f9110ac77876b0c8c4fda19b6bb138e60da655 (patch) | |
tree | 599f804ac9ee3cc2512c3549d2d0e66f3576f2cb /changes/bug9366 | |
parent | 0a0f93d277046a524740ad110060abf8ed137b8f (diff) | |
download | tor-b9f9110ac77876b0c8c4fda19b6bb138e60da655.tar.gz tor-b9f9110ac77876b0c8c4fda19b6bb138e60da655.zip |
Don't allow all ORPort values to be NoAdvertise
Fix for bug #9366
Diffstat (limited to 'changes/bug9366')
-rw-r--r-- | changes/bug9366 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9366 b/changes/bug9366 new file mode 100644 index 0000000000..acc919e77f --- /dev/null +++ b/changes/bug9366 @@ -0,0 +1,4 @@ + o Minor features (usability): + - Warn and fail if a server is configured not to advertise any + ORPorts at all. (We need *something* to put in our descriptor, or + we just won't work.) |