summaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-21 04:30:14 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-21 04:30:14 +0000
commit063ced890373c1327b521ffc2481f609c58ea4d7 (patch)
tree9a479de5e348f09ba608da8766f5a722fd88b259 /src/or/connection.c
parent47e6247673e4d47f30467e78897c5364320e860b (diff)
downloadtor-063ced890373c1327b521ffc2481f609c58ea4d7.tar.gz
tor-063ced890373c1327b521ffc2481f609c58ea4d7.zip
r18296@catbus: nickm | 2008-02-20 23:30:11 -0500
Answer one xxx020 item; move 7 other ones to a new "XXX020rc" category: they should get fixed before we cut a release candidate. arma: please review these to see whether you have fixes/answers for any. Please check out the other 14 XXX020s to see if any look critical for the release candidate. svn:r13640
Diffstat (limited to 'src/or/connection.c')
-rw-r--r--src/or/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index ef352f958e..3b4ef79d3e 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -1860,7 +1860,7 @@ loop_again:
/* The other side's handle_write will never actually get called, so
* we need to invoke the appropriate callbacks ourself. */
connection_t *linked = conn->linked_conn;
- /* XXXX020 Do we need to ensure that this stuff is called even if
+ /* XXXX020rc Do we need to ensure that this stuff is called even if
* conn dies in a way that causes us to return -1 earlier? */
if (n_read) {