diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-21 05:53:50 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-21 05:53:50 +0000 |
commit | b28a342e352ae7c94130382442507f96a80c427e (patch) | |
tree | d887a65d77c1f7df13fe5bbf2f65d4b594d62916 /src/or/dns.c | |
parent | 1812a22a60eca8614dccda990099a8e2efd388b6 (diff) | |
download | tor-b28a342e352ae7c94130382442507f96a80c427e.tar.gz tor-b28a342e352ae7c94130382442507f96a80c427e.zip |
resolve one more, and leave two for nick.
svn:r13644
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index 63c9b4e10a..376e50ecc5 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -592,6 +592,8 @@ dns_resolve(edge_connection_t *exitconn) // main.c. -NM // "<armadev> If that's true, there are other bugs around, where we // don't check if it's marked, and will end up double-freeing." + // On the other hand, I don't know of any actual bugs here, so this + // shouldn't be holding up the rc. -RD } break; default: |