tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit cc74dc006632e245a67658bba1a335282f6dc739
parent 302908657f492f064f9bddac794db477f53ab958
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 26 Apr 2018 18:40:27 -0400

Merge branch 'ticket25933'

Diffstat:
Msrc/or/main.c | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/or/main.c b/src/or/main.c @@ -1722,12 +1722,6 @@ run_scheduled_events(time_t now) circuit_expire_old_circs_as_needed(now); } - if (!net_is_disabled()) { - /* This is usually redundant with circuit_build_needed_circs() above, - * but it is very fast when there is no work to do. */ - connection_ap_attach_pending(0); - } - /* 5. We do housekeeping for each connection... */ channel_update_bad_for_new_circs(NULL, 0); int i;