From: Fábio J. Bertinatto Date: Tue, 5 Nov 2013 02:50:16 +0000 (-0200) Subject: Fix bug9665 X-Git-Tag: tor-0.2.5.4-alpha~71^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08ae53e400ff6fa2d8147aad440c38173c106cae;p=thirdparty%2Ftor.git Fix bug9665 --- diff --git a/src/or/connection_or.c b/src/or/connection_or.c index 04ad2cc008..ba3ac00f04 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -1195,6 +1195,11 @@ connection_or_connect(const tor_addr_t *_addr, uint16_t port, "your pluggable transport proxy stopped running.", fmt_addrport(&TO_CONN(conn)->addr, TO_CONN(conn)->port), transport_name, transport_name); + + control_event_bootstrap_problem( + "Can't connect to bridge", + END_OR_CONN_REASON_NO_ROUTE); + } else { log_warn(LD_GENERAL, "Tried to connect to '%s' through a proxy, but " "the proxy address could not be found.",