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
6e51bdd5
Commit
6e51bdd5
authored
Mar 26, 2007
by
Nick Mathewson
⛰
Browse files
r12274@catbus: nickm | 2007-03-26 09:29:18 -0400
Possibly resolve bug reported by xiando. svn:r9903
parent
da6bd21b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/connection_edge.c
View file @
6e51bdd5
...
...
@@ -2240,7 +2240,7 @@ connection_exit_begin_conn(cell_t *cell, circuit_t *circ)
return
connection_exit_connect_dir
(
n_stream
);
}
TO_OR_CIRCUIT
(
circ
)
->
n_streams
=
n_stream
;
n_stream
->
on_circuit
=
circ
;
n_stream
->
on_circuit
=
circ
;
/* send it off to the gethostbyname farm */
switch
(
dns_resolve
(
n_stream
))
{
...
...
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