Commit 63395c74 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

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

svn:r8448
parent 58200f06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. */