From: Nick Mathewson Date: Mon, 30 Jan 2017 15:33:17 +0000 (-0500) Subject: GUARD_WAIT is now specified too X-Git-Tag: tor-0.3.0.3-alpha~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe04bdcdbb7e4775649356a108d3e2e6b772a088;p=thirdparty%2Ftor.git GUARD_WAIT is now specified too --- diff --git a/src/or/control.c b/src/or/control.c index 857b7325ae..2c71ea5bb9 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