mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
GUARD_WAIT is now specified too
This commit is contained in:
parent
ead934e61e
commit
fe04bdcdbb
@ -2598,7 +2598,7 @@ getinfo_helper_events(control_connection_t *control_conn,
|
||||
if (circ->base_.state == CIRCUIT_STATE_OPEN)
|
||||
state = "BUILT";
|
||||
else if (circ->base_.state == CIRCUIT_STATE_GUARD_WAIT)
|
||||
state = "GUARD_WAIT"; // XXXX prop271 spec deviation-- specify this.
|
||||
state = "GUARD_WAIT";
|
||||
else if (circ->cpath)
|
||||
state = "EXTENDED";
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user