mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
relay: Wrap long lines
Part of 33222.
This commit is contained in:
parent
c5ee3d7eb8
commit
d1c52e585b
@ -1050,7 +1050,8 @@ circuit_build_no_more_hops(origin_circuit_t *circ)
|
|||||||
control_event_bootstrap(BOOTSTRAP_STATUS_DONE, 0);
|
control_event_bootstrap(BOOTSTRAP_STATUS_DONE, 0);
|
||||||
control_event_client_status(LOG_NOTICE, "CIRCUIT_ESTABLISHED");
|
control_event_client_status(LOG_NOTICE, "CIRCUIT_ESTABLISHED");
|
||||||
clear_broken_connection_map(1);
|
clear_broken_connection_map(1);
|
||||||
if (server_mode(options) && !router_skip_orport_reachability_check(options)) {
|
if (server_mode(options) &&
|
||||||
|
!router_skip_orport_reachability_check(options)) {
|
||||||
inform_testing_reachability();
|
inform_testing_reachability();
|
||||||
router_do_reachability_checks(1, 1);
|
router_do_reachability_checks(1, 1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user