From: Roger Dingledine Date: Wed, 7 Apr 2004 19:30:22 +0000 (+0000) Subject: we were uploading our server descriptor to each the dirservers X-Git-Tag: tor-0.0.6incompat-merged~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a9587a486e35ea71aabe8391b05ceee22f2cd91;p=thirdparty%2Ftor.git we were uploading our server descriptor to each the dirservers when we boot, and then also on the first iteration of the main loop svn:r1520 --- diff --git a/src/or/main.c b/src/or/main.c index f20a4ae93a..30a4e79b83 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -578,7 +578,6 @@ static int do_main_loop(void) { if(options.ORPort) { cpu_init(); /* launch cpuworkers. Need to do this *after* we've read the onion key. */ - router_upload_dir_desc_to_dirservers(); /* upload our descriptor to all dirservers */ } /* start up the necessary connections based on which ports are