summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-12-13 01:30:41 +0000
committerRoger Dingledine <arma@torproject.org>2004-12-13 01:30:41 +0000
commita8582ae2233936ade189fee48bd1aa27a16bd3e9 (patch)
treefdd95f5d776bae3a179d26bb9edb9ce055ae593c
parentc0cb8248579d3b35503412a4f8d835cf5f6f2f95 (diff)
downloadtor-a8582ae2233936ade189fee48bd1aa27a16bd3e9.tar.gz
tor-a8582ae2233936ade189fee48bd1aa27a16bd3e9.zip
note a future thing we should do
svn:r3141
-rw-r--r--src/or/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 3cbbcfd7a1..a8804441a2 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -1101,6 +1101,7 @@ static int tor_init(int argc, char *argv[]) {
/* only spawn dns handlers if we're a router */
if (server_mode(get_options()) && get_options()->command == CMD_RUN_TOR) {
dns_init(); /* initialize the dns resolve tree, and spawn workers */
+ /* XXX really, this should get moved to do_main_loop */
}
handle_signals(1);