diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-25 16:58:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-25 16:58:43 -0400 |
commit | 36b2b483082eeb43e2aac80cf72b36b35cb48473 (patch) | |
tree | a69dde3ce1d855e24ccaace99d14dac6d01b5423 /src/test | |
parent | f2d614c3d93aceac4954f7cd593213a5fcfbb123 (diff) | |
parent | 0f9b0b8bfeb861d95c3872525c4a03e77675ccbd (diff) | |
download | tor-36b2b483082eeb43e2aac80cf72b36b35cb48473.tar.gz tor-36b2b483082eeb43e2aac80cf72b36b35cb48473.zip |
Merge branch 'bug18668_028' into maint-0.2.8
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/testing_common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/testing_common.c b/src/test/testing_common.c index aeb1fa794d..39c3d02ab1 100644 --- a/src/test/testing_common.c +++ b/src/test/testing_common.c @@ -242,6 +242,8 @@ main(int c, const char **v) options = options_new(); tor_threads_init(); + network_init(); + struct tor_libevent_cfg cfg; memset(&cfg, 0, sizeof(cfg)); tor_libevent_initialize(&cfg); @@ -284,7 +286,6 @@ main(int c, const char **v) return 1; } rep_hist_init(); - network_init(); setup_directory(); options_init(options); options->DataDirectory = tor_strdup(temp_dir); |