mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Fix stupid C mistake. Glad I caught that one fast.
svn:r8448
This commit is contained in:
parent
58200f06a5
commit
63395c747c
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user