From: Roger Dingledine Date: Sun, 23 Jul 2006 11:50:03 +0000 (+0000) Subject: publish a new descriptor after we hup. this is important if our X-Git-Tag: tor-0.1.1.23~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9b8458f5980737ae796710ab48923f3e2ecbb58;p=thirdparty%2Ftor.git 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. svn:r6819 --- diff --git a/src/or/main.c b/src/or/main.c index b0795f526b..180b15030f 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -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();