aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-12 22:21:20 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-12 22:21:20 +0000
commit7ae3f6a491c96182eab243a53a582532c415cea7 (patch)
treeb93cc080356517b1e3ab8a2c49e94b3ca67321ea /src/or/circuitlist.c
parent3abafccd0eadb267401f20ef8c816c6e7f1c693e (diff)
downloadtor-7ae3f6a491c96182eab243a53a582532c415cea7.tar.gz
tor-7ae3f6a491c96182eab243a53a582532c415cea7.zip
r18056@catbus: nickm | 2008-02-12 17:21:10 -0500
Add roger's responses from IRC to some XXX020 items. svn:r13487
Diffstat (limited to 'src/or/circuitlist.c')
-rw-r--r--src/or/circuitlist.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c
index 13dd97fb76..45c189b3f6 100644
--- a/src/or/circuitlist.c
+++ b/src/or/circuitlist.c
@@ -808,6 +808,9 @@ circuit_find_to_cannibalize(uint8_t purpose, extend_info_t *info,
{
/*XXXX020 arma: The purpose argument is ignored. Can that possibly be
* right? */
+ /* XXXX <arma> i don't know of any actual bugs that this causes. since i
+ * think we only call the function for purposes where we want it to do what
+ * the function does. somebody should check this though. */
circuit_t *_circ;
origin_circuit_t *best=NULL;