From 7ef4eef7641750c1e62dec69ef2125ece99a87e7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 31 Aug 2016 14:38:17 -0400 Subject: [PATCH] Actually, always monotime_init() in the unit tests. --- src/test/testing_common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/testing_common.c b/src/test/testing_common.c index e3fe87cb43..6460713f75 100644 --- a/src/test/testing_common.c +++ b/src/test/testing_common.c @@ -244,6 +244,8 @@ main(int c, const char **v) network_init(); + monotime_init(); + struct tor_libevent_cfg cfg; memset(&cfg, 0, sizeof(cfg)); tor_libevent_initialize(&cfg);