summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-04-28 20:12:44 +0000
committerRoger Dingledine <arma@torproject.org>2004-04-28 20:12:44 +0000
commitca8d50abeb260898a6657a06423667479a621a22 (patch)
tree12d8006d1ed36e2ad2d07e62b698d2db27813d66
parent22c0cd8a14bab94606c434570f361ac622a83a3e (diff)
downloadtor-ca8d50abeb260898a6657a06423667479a621a22.tar.gz
tor-ca8d50abeb260898a6657a06423667479a621a22.zip
bug resolved (hopefully), so remove comment
svn:r1738
-rw-r--r--src/or/dns.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c
index c4a081da80..ee836b52b0 100644
--- a/src/or/dns.c
+++ b/src/or/dns.c
@@ -475,7 +475,6 @@ int dnsworker_main(void *data) {
}
address[address_len] = 0; /* null terminate it */
- /* XXX isn't this non-aligned uint32 going to cause problems? */
switch (tor_lookup_hostname(address, &ip)) {
case 1:
log_fn(LOG_INFO,"Could not resolve dest addr %s (transient).",address);