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();