[or-cvs] publish a new descriptor after we hup. this is important if...

arma at seul.org arma at seul.org
Sun Jul 23 11:50:06 UTC 2006


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

Modified Files:
	main.c 
Log Message:
publish a new descriptor after we hup. this is important if our
config has changed such that we'll want to start advertising our
dirport now, etc.


Index: main.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.656
retrieving revision 1.657
diff -u -p -d -r1.656 -r1.657
--- main.c	22 Jul 2006 07:19:11 -0000	1.656
+++ main.c	23 Jul 2006 11:50:03 -0000	1.657
@@ -1070,6 +1070,7 @@ do_hup(void)
 
   if (server_mode(options)) {
 //    const char *descriptor;
+    mark_my_descriptor_dirty();
     /* Restart cpuworker and dnsworker processes, so they get up-to-date
      * configuration options. */
     cpuworkers_rotate();



More information about the tor-commits mailing list