Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
63395c74
Commit
63395c74
authored
Sep 21, 2006
by
Nick Mathewson
🐻
Browse files
Fix stupid C mistake. Glad I caught that one fast.
svn:r8448
parent
58200f06
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/dns.c
View file @
63395c74
...
...
@@ -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. */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment