[or-cvs] Make comment more sensible. Still uncertain about when to c...

Nick Mathewson nickm at seul.org
Fri Apr 9 17:54:22 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv25559/src/or

Modified Files:
	main.c 
Log Message:
Make comment more sensible. Still uncertain about when to call rend_services_init, though.

Index: main.c
===================================================================
RCS file: /home/or/cvsroot/src/or/main.c,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -d -r1.230 -r1.231
--- main.c	9 Apr 2004 17:48:09 -0000	1.230
+++ main.c	9 Apr 2004 17:54:20 -0000	1.231
@@ -534,7 +534,8 @@
     log_fn(LOG_ERR,"Error reloading rendezvous service keys");
     exit(1);
   }
-  /* XXX also call rend_services_init ?? */
+  /* We'll re-call rend_services_init after the new directory arrives.
+   * XXXX but what if we're the the directory? */
   if(retry_all_connections() < 0) {
     log_fn(LOG_ERR,"Failed to bind one of the listener ports.");
     return -1;



More information about the tor-commits mailing list