[tor/master] Actually, always monotime_init() in the unit tests.

31 Aug
2016
31 Aug
'16
6:38 p.m.
commit 7ef4eef7641750c1e62dec69ef2125ece99a87e7 Author: Nick Mathewson <nickm@torproject.org> Date: Wed Aug 31 14:38:17 2016 -0400 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 e3fe87c..6460713 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);
3186
Age (days ago)
3186
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org