[tor-commits] [tor/master] Fix bug9665
nickm at torproject.org
nickm at torproject.org
Tue Apr 8 02:20:48 UTC 2014
commit 08ae53e400ff6fa2d8147aad440c38173c106cae
Author: Fábio J. Bertinatto <fabiojrb at gmail.com>
Date: Tue Nov 5 00:50:16 2013 -0200
Fix bug9665
---
src/or/connection_or.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/or/connection_or.c b/src/or/connection_or.c
index 04ad2cc..ba3ac00 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.",
More information about the tor-commits
mailing list