Skip to content
Snippets Groups Projects
Commit 754a5059 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Forward-port bug9665 fix to work with our fix for 11069

parent 08ae53e4
No related branches found
No related tags found
No related merge requests found
......@@ -1198,7 +1198,8 @@ connection_or_connect(const tor_addr_t *_addr, uint16_t port,
control_event_bootstrap_problem(
"Can't connect to bridge",
END_OR_CONN_REASON_NO_ROUTE);
END_OR_CONN_REASON_NO_ROUTE,
conn);
} else {
log_warn(LD_GENERAL, "Tried to connect to '%s' through a proxy, but "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment