summaryrefslogtreecommitdiff
path: root/src/or/dns.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/dns.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/dns.c')
-rw-r--r--src/or/dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c
index 9576fc13ad..63c9b4e10a 100644
--- a/src/or/dns.c
+++ b/src/or/dns.c
@@ -586,7 +586,7 @@ dns_resolve(edge_connection_t *exitconn)
if (!exitconn->_base.marked_for_close) {
connection_free(TO_CONN(exitconn));
- //XXX020 ... and we just leak exitconn otherwise? -RD
+ //XXX020rc ... and we just leak exitconn otherwise? -RD
// If it's marked for close, it's on closeable_connection_lst in
// main.c. If it's on the closeable list, it will get freed from
// main.c. -NM