mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
ug no, the RIGHT fix.
This commit is contained in:
parent
9c210d0e81
commit
53f9f71985
@ -536,8 +536,8 @@ void
|
||||
monotime_init(void)
|
||||
{
|
||||
if (!monotime_initialized) {
|
||||
monotime_initialized = 1;
|
||||
monotime_init_internal();
|
||||
monotime_initialized = 1;
|
||||
monotime_get(&initialized_at);
|
||||
#ifdef MONOTIME_COARSE_FN_IS_DIFFERENT
|
||||
monotime_coarse_get(&initialized_at_coarse);
|
||||
|
Loading…
Reference in New Issue
Block a user