mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
5f009a59da
The connection type for the listener part was missing from the "is connection a listener" function. This lead to our periodic event that retries our listeners to keep trying to bind() again on an already opened MetricsPort. Closes #40370 Signed-off-by: David Goulet <dgoulet@torproject.org>
5 lines
178 B
Plaintext
5 lines
178 B
Plaintext
o Minor bugfix (metrics port):
|
|
- Fix a bug that made tor try to re-bind() every 60 seconds on an already
|
|
open MetricsPort. Fixes bug 40370; bugfix on 0.4.5.1-alpha.
|
|
|