mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
dirservers upload their descs now too
svn:r493
This commit is contained in:
parent
d8f646c44f
commit
ab8bceb27a
1 changed files with 1 additions and 2 deletions
|
@ -586,7 +586,6 @@ static int do_main_loop(void) {
|
|||
|
||||
if(options.OnionRouter) {
|
||||
cpu_init(); /* launch cpuworkers. Need to do this *after* we've read the onion key. */
|
||||
if(options.DirPort == 0) /* not a dirserver; XXX eventually do this for dirservers too */
|
||||
router_upload_desc_to_dirservers(); /* upload our descriptor to all dirservers */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue