diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-21 15:39:24 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-21 15:39:24 +0000 |
commit | 41eca067a1123772b1b9cb57534be788fc0e2f89 (patch) | |
tree | 16dbb364f04f0480f24c97de198bd70ea69710f1 /src/or/dns.c | |
parent | 8b1789c71ff21b066138fc3eab03f40b1e68f67a (diff) | |
download | tor-41eca067a1123772b1b9cb57534be788fc0e2f89.tar.gz tor-41eca067a1123772b1b9cb57534be788fc0e2f89.zip |
r14356@31-33-219: nickm | 2008-02-21 10:38:26 -0500
Defer a couple of XXX020rc items, based on recommendation from arma.
svn:r13654
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index 376e50ecc5..ac21fc5f33 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)); - //XXX020rc ... and we just leak exitconn otherwise? -RD + //XXX020 ... 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 |