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
a19d131e
Commit
a19d131e
authored
May 25, 2007
by
Roger Dingledine
Browse files
i suspect we would trigger asserts if we answer a cached
resolve request. this should help that. svn:r10334
parent
32f5e191
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/dns.c
View file @
a19d131e
...
@@ -541,6 +541,7 @@ dns_resolve(edge_connection_t *exitconn)
...
@@ -541,6 +541,7 @@ dns_resolve(edge_connection_t *exitconn)
send_resolved_hostname_cell
(
exitconn
,
hostname
);
send_resolved_hostname_cell
(
exitconn
,
hostname
);
else
else
send_resolved_cell
(
exitconn
,
RESOLVED_TYPE_IPV4
);
send_resolved_cell
(
exitconn
,
RESOLVED_TYPE_IPV4
);
exitconn
->
on_circuit
=
NULL
;
}
else
{
}
else
{
exitconn
->
next_stream
=
oncirc
->
n_streams
;
exitconn
->
next_stream
=
oncirc
->
n_streams
;
oncirc
->
n_streams
=
exitconn
;
oncirc
->
n_streams
=
exitconn
;
...
...
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