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 ee6cd149a3..662358c8ef 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -586,8 +586,7 @@ 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 */ + router_upload_desc_to_dirservers(); /* upload our descriptor to all dirservers */ } /* start up the necessary connections based on which ports are |