From 1e3cf1cc8321ec29acaae6acb22340f0e2f5e9da Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 19 Jul 2016 11:40:21 +0200 Subject: [PATCH] Be sure to call monotime_init() at startup. --- src/or/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/or/main.c b/src/or/main.c index 404d741c38..76af910b3e 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -3646,6 +3646,8 @@ tor_main(int argc, char *argv[]) #endif } + monotime_init(); + switch (get_options()->command) { case CMD_RUN_TOR: #ifdef NT_SERVICE