[tor-commits] [tor/master] GUARD_WAIT is now specified too
nickm at torproject.org
nickm at torproject.org
Mon Jan 30 15:37:26 UTC 2017
commit fe04bdcdbb7e4775649356a108d3e2e6b772a088
Author: Nick Mathewson <nickm at torproject.org>
Date: Mon Jan 30 10:33:17 2017 -0500
GUARD_WAIT is now specified too
---
src/or/control.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/control.c b/src/or/control.c
index 857b732..2c71ea5 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -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
More information about the tor-commits
mailing list