mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
whitespace fixes
This commit is contained in:
parent
af83a205b0
commit
c3894473fe
@ -1623,7 +1623,8 @@ run_scheduled_events(time_t now)
|
|||||||
time_to.check_for_correct_dns < now &&
|
time_to.check_for_correct_dns < now &&
|
||||||
! router_my_exit_policy_is_reject_star()) {
|
! router_my_exit_policy_is_reject_star()) {
|
||||||
if (!time_to.check_for_correct_dns) {
|
if (!time_to.check_for_correct_dns) {
|
||||||
time_to.check_for_correct_dns = crypto_rand_time_range(now, now + 120) + 60;
|
time_to.check_for_correct_dns =
|
||||||
|
crypto_rand_time_range(now + 60, now + 180);
|
||||||
} else {
|
} else {
|
||||||
dns_launch_correctness_checks();
|
dns_launch_correctness_checks();
|
||||||
time_to.check_for_correct_dns = now + 12*3600 +
|
time_to.check_for_correct_dns = now + 12*3600 +
|
||||||
|
Loading…
Reference in New Issue
Block a user