Don't allow all ORPort values to be NoAdvertise

Fix for bug #9366
This commit is contained in:
Nick Mathewson
2013-08-05 12:14:48 -04:00
parent 0a0f93d277
commit b9f9110ac7
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -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.)