Browse Source

Fix bug9665

Fábio J. Bertinatto 10 years ago
parent
commit
08ae53e400
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/or/connection_or.c

+ 5 - 0
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.",