From 9409c7f2f52f192eaf497c56daa485d75358de65 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 8 Mar 2021 13:41:20 -0500 Subject: 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. --- changes/bug40285_045 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug40285_045 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf