diff options
author | Roger Dingledine <arma@torproject.org> | 2003-03-04 04:36:37 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-03-04 04:36:37 +0000 |
commit | 1768f29d7e1fb01bbeaf282b7fcb00b8808bd89f (patch) | |
tree | 0c26c5e0790d42f58818b9b1c211913fb70ea099 /src/or/main.c | |
parent | c5e7d4ca7aabb848eb2a5502c93798b8a6e04b93 (diff) | |
download | tor-1768f29d7e1fb01bbeaf282b7fcb00b8808bd89f.tar tor-1768f29d7e1fb01bbeaf282b7fcb00b8808bd89f.tar.gz |
better comments and a few patches
svn:r164
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 1ab3e6aaf..4403135cf 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -650,6 +650,7 @@ int main(int argc, char *argv[]) { } init_tracked_tree(); /* initialize the replay detection tree */ + init_cache_tree(); /* initialize the dns resolve tree */ signal (SIGINT, catch); /* catch kills so we can exit cleanly */ signal (SIGTERM, catch); |