From 4a9587a486e35ea71aabe8391b05ceee22f2cd91 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 7 Apr 2004 19:30:22 +0000 Subject: [PATCH] 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 --- src/or/main.c | 1 - 1 file changed, 1 deletion(-) 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