From: Roger Dingledine Date: Fri, 26 Sep 2003 22:02:02 +0000 (+0000) Subject: dirservers upload their descs now too X-Git-Tag: tor-0.0.2pre13~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab8bceb27acbf8b88480ac11b21e8ab7429c6d40;p=thirdparty%2Ftor.git dirservers upload their descs now too svn:r493 --- 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