Fix stupid C mistake. Glad I caught that one fast.

svn:r8448
This commit is contained in:
Nick Mathewson 2006-09-21 22:57:07 +00:00
parent 58200f06a5
commit 63395c747c

View File

@ -518,7 +518,7 @@ dns_resolve(edge_connection_t *exitconn)
assert_cache_ok();
is_resolve = exitconn->_base.purpose = EXIT_PURPOSE_RESOLVE;
is_resolve = exitconn->_base.purpose == EXIT_PURPOSE_RESOLVE;
/* first check if exitconn->_base.address is an IP. If so, we already
* know the answer. */