From c0a7527eb8590b39f11dd8b0ae18794dfc63a934 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 6 Nov 2018 18:14:16 -0500 Subject: Remove dependency on lib/net from lib/sandbox. This was trivial, and the easiest way to remove the remaining .may_include circularities. --- src/app/main/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app/main/main.c') diff --git a/src/app/main/main.c b/src/app/main/main.c index 653a393fe4..ec86c46397 100644 --- a/src/app/main/main.c +++ b/src/app/main/main.c @@ -1402,6 +1402,7 @@ tor_run_main(const tor_main_configuration_t *tor_cfg) tor_free_all(0); return -1; } + tor_make_getaddrinfo_cache_active(); // registering libevent rng #ifdef HAVE_EVUTIL_SECURE_RNG_SET_URANDOM_DEVICE_FILE -- cgit v1.2.3-54-g00ecf