tor/changes/bug40285_045
Nick Mathewson 9409c7f2f5 Don't warn about missing guard state if controller picked first hop
See comments about why this needs a new flag and we can't just use
CIRCUIT_PURPOSE_CONTROLLER.

Fixes #40285; bugfix on 0.3.2.1-alpha.
2021-03-08 13:42:43 -05:00

5 lines
215 B
Plaintext

o Minor bugfixes (controller):
- Fix a "BUG" warning that would appear when a controller chooses the
first hop for a circuit, and that circuit completes. Fixes
bug 40285; bugfix on 0.3.2.1-alpha.