mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Merge branch 'maint-0.3.3'
This commit is contained in:
commit
d749f6b5f6
@ -1953,7 +1953,9 @@ should_rotate_descriptors(hs_service_t *service, time_t now)
|
|||||||
"time is %ld (now: %ld). Valid after time from "
|
"time is %ld (now: %ld). Valid after time from "
|
||||||
"consensus is %ld",
|
"consensus is %ld",
|
||||||
service->desc_current, service->desc_next,
|
service->desc_current, service->desc_next,
|
||||||
service->state.next_rotation_time, now, ns->valid_after);
|
(long)service->state.next_rotation_time,
|
||||||
|
(long)now,
|
||||||
|
(long)ns->valid_after);
|
||||||
goto no_rotation;
|
goto no_rotation;
|
||||||
}
|
}
|
||||||
goto rotation;
|
goto rotation;
|
||||||
|
Loading…
Reference in New Issue
Block a user