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

This commit is contained in:
Nick Mathewson 2014-04-07 13:41:07 -04:00
parent 08ae53e400
commit 754a50592c

View File

@ -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 "