diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-21 04:30:14 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-21 04:30:14 +0000 |
commit | 063ced890373c1327b521ffc2481f609c58ea4d7 (patch) | |
tree | 9a479de5e348f09ba608da8766f5a722fd88b259 /src/or/connection.c | |
parent | 47e6247673e4d47f30467e78897c5364320e860b (diff) | |
download | tor-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.c | 2 |
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) { |