Browse Source

Be sure to call monotime_init() at startup.

Nick Mathewson 8 years ago
parent
commit
1e3cf1cc83
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/or/main.c

+ 2 - 0
src/or/main.c

@@ -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