Actually, always monotime_init() in the unit tests.

This commit is contained in:
Nick Mathewson 2016-08-31 14:38:17 -04:00
parent cfc62e2374
commit 7ef4eef764

View file

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