Loading src/or/main.c +1 −2 Original line number Diff line number Diff line Loading @@ -754,7 +754,6 @@ 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(); /* Rebuild fresh descriptor as needed. */ router_rebuild_descriptor(); Loading Loading
src/or/main.c +1 −2 Original line number Diff line number Diff line Loading @@ -754,7 +754,6 @@ 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(); /* Rebuild fresh descriptor as needed. */ router_rebuild_descriptor(); Loading