mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
This situation can happen easily if you set 'ORPort auto' and 'AccountingMax'. Doing so means that when you have no ORPort, you won't be able to set an ORPort in a descriptor, so instead you would just generate lots of invalid descriptors, freaking out all the time. Possible fix for 3216; fix on 0.2.2.26-beta.
4 lines
178 B
Text
4 lines
178 B
Text
o Major bugfixes:
|
|
- Don't try to build descriptors if "ORPort auto" is set and we
|
|
don't know our actual ORPort yet. Fix for bug 3216; bugfix on
|
|
0.2.2.26-beta.
|