mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 06:35:28 +01:00
Be sure to call monotime_init() at startup.
This commit is contained in:
parent
6ba415d400
commit
1e3cf1cc83
1 changed files with 2 additions and 0 deletions
|
@ -3646,6 +3646,8 @@ tor_main(int argc, char *argv[])
|
|||
#endif
|
||||
}
|
||||
|
||||
monotime_init();
|
||||
|
||||
switch (get_options()->command) {
|
||||
case CMD_RUN_TOR:
|
||||
#ifdef NT_SERVICE
|
||||
|
|
Loading…
Add table
Reference in a new issue