diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-03-08 13:41:20 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-03-08 13:42:43 -0500 |
commit | 9409c7f2f52f192eaf497c56daa485d75358de65 (patch) | |
tree | d348820ff2889407151c5eac0d508db3fd99449e /changes | |
parent | 49ce31b2b6c0cfbcccb605ee58b612f73e2a228a (diff) | |
download | tor-9409c7f2f52f192eaf497c56daa485d75358de65.tar.gz tor-9409c7f2f52f192eaf497c56daa485d75358de65.zip |
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40285_045 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug40285_045 b/changes/bug40285_045 new file mode 100644 index 0000000000..db4f73cde0 --- /dev/null +++ b/changes/bug40285_045 @@ -0,0 +1,4 @@ + 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. |