]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
note a future thing we should do
authorRoger Dingledine <arma@torproject.org>
Mon, 13 Dec 2004 01:30:41 +0000 (01:30 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 13 Dec 2004 01:30:41 +0000 (01:30 +0000)
svn:r3141

src/or/main.c

index 3cbbcfd7a158332401d367c6c0efe77d8cbf41a9..a8804441a2964923a4055058474a04186a8d6d3a 100644 (file)
@@ -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);