mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
minor fix
svn:r2215
This commit is contained in:
parent
bf141915eb
commit
1e415817a3
1 changed files with 1 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue