]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Forward-port bug9665 fix to work with our fix for 11069
authorNick Mathewson <nickm@torproject.org>
Mon, 7 Apr 2014 17:41:07 +0000 (13:41 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 7 Apr 2014 17:41:07 +0000 (13:41 -0400)
src/or/connection_or.c

index ba3ac00f040b55fc7ad162b993244d7b05aff50a..01ff4dca075d2f19a35dc2ed83c59f373353f4e1 100644 (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 "