[or-cvs] note a future thing we should do

Roger Dingledine arma at seul.org
Mon Dec 13 01:30:43 UTC 2004


Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or

Modified Files:
	main.c 
Log Message:
note a future thing we should do


Index: main.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.405
retrieving revision 1.406
diff -u -d -r1.405 -r1.406
--- main.c	13 Dec 2004 00:44:39 -0000	1.405
+++ main.c	13 Dec 2004 01:30:41 -0000	1.406
@@ -1101,6 +1101,7 @@
   /* 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);



More information about the tor-commits mailing list