Explorar o código

note a future thing we should do

svn:r3141
Roger Dingledine %!s(int64=21) %!d(string=hai) anos
pai
achega
a8582ae223
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/or/main.c

+ 1 - 0
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 */
   /* only spawn dns handlers if we're a router */
   if (server_mode(get_options()) && get_options()->command == CMD_RUN_TOR) {
   if (server_mode(get_options()) && get_options()->command == CMD_RUN_TOR) {
     dns_init(); /* initialize the dns resolve tree, and spawn workers */
     dns_init(); /* initialize the dns resolve tree, and spawn workers */
+    /* XXX really, this should get moved to do_main_loop */
   }
   }
 
 
   handle_signals(1);
   handle_signals(1);