From: Nick Mathewson Date: Wed, 31 Aug 2016 18:38:17 +0000 (-0400) Subject: Actually, always monotime_init() in the unit tests. X-Git-Tag: tor-0.2.9.3-alpha~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ef4eef7641750c1e62dec69ef2125ece99a87e7;p=thirdparty%2Ftor.git Actually, always monotime_init() in the unit tests. --- 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);