diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/main.c b/src/or/main.c index 726d925b3d..8724f53af0 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -754,8 +754,7 @@ static int do_hup(void) { /* Restart cpuworker and dnsworker processes, so they get up-to-date * configuration options. */ cpuworkers_rotate(); - if (server_mode()) - dnsworkers_rotate(); + dnsworkers_rotate(); /* Rebuild fresh descriptor as needed. */ router_rebuild_descriptor(); sprintf(keydir,"%s/router.desc", get_data_directory(&options)); |