diff options
author | Roger Dingledine <arma@torproject.org> | 2004-10-17 21:51:20 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-10-17 21:51:20 +0000 |
commit | 97a0a435114e99e14dafa9f6ee72df644254b460 (patch) | |
tree | d47de4e5a5cbfe9d5450706d66a554d7d776228b /src/or/circuituse.c | |
parent | 640544ae3e6d6e8b576327442c98750359eccbf6 (diff) | |
download | tor-97a0a435114e99e14dafa9f6ee72df644254b460.tar.gz tor-97a0a435114e99e14dafa9f6ee72df644254b460.zip |
start the process of making 0.0.7* obsolete
svn:r2565
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r-- | src/or/circuituse.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c index 9ce848038f..c373c366f7 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -76,8 +76,7 @@ static int circuit_is_acceptable(circuit_t *circ, if (conn->socks_request && conn->socks_request->command == SOCKS_COMMAND_RESOLVE) { - /* 0.0.7 servers and earlier don't support DNS resolution. 0.0.8 servers - * have buggy resolve support. */ + /* 0.0.8 servers have buggy resolve support. */ if (!tor_version_as_new_as(exitrouter->platform, "0.0.9pre1")) return 0; } else if(purpose == CIRCUIT_PURPOSE_C_GENERAL) { |