diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-05-15 18:24:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-15 18:24:24 -0400 |
commit | 0f718a85eaad6cd2b4ad34aff2b7f4face4eb258 (patch) | |
tree | 278ecb8103883a98151ec7fe86ad2f96fadf7c32 /src/or/main.c | |
parent | 716d48581de72e5773c15802df5ca66b5f7365e5 (diff) | |
parent | 3b8888c544f3186f12295bc436cbbec1a99cbf02 (diff) | |
download | tor-0f718a85eaad6cd2b4ad34aff2b7f4face4eb258.tar.gz tor-0f718a85eaad6cd2b4ad34aff2b7f4face4eb258.zip |
Merge branch 'bug22246_030' into maint-0.3.0
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index 5549f97998..bc7b3db2b9 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -2926,6 +2926,7 @@ tor_init(int argc, char *argv[]) rep_hist_init(); /* Initialize the service cache. */ rend_cache_init(); + hs_cache_init(); addressmap_init(); /* Init the client dns cache. Do it always, since it's * cheap. */ |