mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
We can end up trying to find our address from an authority while we don't have yet its descriptor. In this case, don't BUG() and just come back later. Closes #40231 Signed-off-by: David Goulet <dgoulet@torproject.org>
4 lines
211 B
Text
4 lines
211 B
Text
o Minor bugfixes (relay):
|
|
- If we were unable to build our descriptor, don't mark that we've
|
|
advertised our descriptor. Also remove an harmless BUG(). Fixes bug 40231;
|
|
bugfix on 0.4.5.1-alpha.
|