aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c
index 4a3f11389b..6f7bccecbd 100644
--- a/src/or/dns.c
+++ b/src/or/dns.c
@@ -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. */