summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-02-09 10:11:36 -0500
committerNick Mathewson <nickm@torproject.org>2017-02-09 10:11:44 -0500
commit875e5ee3f7467367ccbe63637d3f5b5ea37064cc (patch)
tree6e9cca6aa144417f7b3c715d6b985ef8405cdfd1 /src/or/circuitbuild.c
parent58208457a65893b573601bc7cce1eba7f8605733 (diff)
downloadtor-875e5ee3f7467367ccbe63637d3f5b5ea37064cc.tar.gz
tor-875e5ee3f7467367ccbe63637d3f5b5ea37064cc.zip
Revise an XXXprop271 comment -- it has been superseded by #21422
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r--src/or/circuitbuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 9ae516be60..15e9689f6f 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -991,7 +991,7 @@ circuit_send_next_onion_skin(origin_circuit_t *circ)
return - END_CIRC_REASON_INTERNAL;
}
- /* XXXX prop271 -- the rest of this branch needs careful thought!
+ /* XXXX #21422 -- the rest of this branch needs careful thought!
* Some of the things here need to happen when a circuit becomes
* mechanically open; some need to happen when it is actually usable.
* I think I got them right, but more checking would be wise. -NM