diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-04-30 11:31:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-04-30 15:00:07 -0400 |
commit | 857bfc70330f9e808c99310f1efbc3fb5738c4fb (patch) | |
tree | e82cf42a394a4f1bcde68465f28bd06f181abc87 /src/app | |
parent | aab02459243ef282849cd5015f3102a907ed1c17 (diff) | |
download | tor-857bfc70330f9e808c99310f1efbc3fb5738c4fb.tar.gz tor-857bfc70330f9e808c99310f1efbc3fb5738c4fb.zip |
Make the process_descs.c module dirauth-only.
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/main/shutdown.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/main/shutdown.c b/src/app/main/shutdown.c index 9239a0cf0f..fd9512ce4b 100644 --- a/src/app/main/shutdown.c +++ b/src/app/main/shutdown.c @@ -39,7 +39,6 @@ #include "feature/dirauth/bwauth.h" #include "feature/dirauth/dirvote.h" #include "feature/dirauth/keypin.h" -#include "feature/dirauth/process_descs.h" #include "feature/dirauth/shared_random.h" #include "feature/dircache/consdiffmgr.h" #include "feature/dircache/dirserv.h" @@ -128,7 +127,6 @@ tor_free_all(int postfork) routerlist_free_all(); networkstatus_free_all(); addressmap_free_all(); - dirserv_free_fingerprint_list(); dirserv_free_all(); dirserv_clear_measured_bw_cache(); rend_cache_free_all(); |