Don't warn about missing guard state if controller picked first hop
commit9409c7f2f52f192eaf497c56daa485d75358de65
authorNick Mathewson <nickm@torproject.org>
Mon, 8 Mar 2021 18:41:20 +0000 (8 13:41 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 8 Mar 2021 18:42:43 +0000 (8 13:42 -0500)
treed348820ff2889407151c5eac0d508db3fd99449e
parent49ce31b2b6c0cfbcccb605ee58b612f73e2a228a
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 [new file with mode: 0644]
src/core/or/circuitbuild.c
src/core/or/circuitlist.h
src/core/or/origin_circuit_st.h
src/feature/control/control_cmd.c