mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
Be sure to call monotime_init() at startup.
This commit is contained in:
parent
6ba415d400
commit
1e3cf1cc83
@ -3646,6 +3646,8 @@ tor_main(int argc, char *argv[])
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
monotime_init();
|
||||||
|
|
||||||
switch (get_options()->command) {
|
switch (get_options()->command) {
|
||||||
case CMD_RUN_TOR:
|
case CMD_RUN_TOR:
|
||||||
#ifdef NT_SERVICE
|
#ifdef NT_SERVICE
|
||||||
|
Loading…
Reference in New Issue
Block a user