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
ZerXes
Tor
Commits
3d37291e
Commit
3d37291e
authored
Nov 30, 2003
by
Roger Dingledine
Browse files
stop complaining as loudly when a dns resolve fails
svn:r869
parent
02ec2cdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/connection_edge.c
View file @
3d37291e
...
...
@@ -734,7 +734,7 @@ static int connection_exit_begin_conn(cell_t *cell, circuit_t *circ) {
connection_exit_connect
(
n_stream
);
return
0
;
case
-
1
:
/* resolve failed */
log_fn
(
LOG_
WARN
,
"Resolve failed (%s)."
,
n_stream
->
address
);
log_fn
(
LOG_
INFO
,
"Resolve failed (%s)."
,
n_stream
->
address
);
connection_edge_end
(
n_stream
,
END_STREAM_REASON_RESOLVEFAILED
,
NULL
);
/* case 0, resolve added to pending list */
}
...
...
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