diff options
author | Roger Dingledine <arma@torproject.org> | 2004-04-07 19:30:22 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-04-07 19:30:22 +0000 |
commit | 4a9587a486e35ea71aabe8391b05ceee22f2cd91 (patch) | |
tree | f689e4c90cef6f900e869c519616697998181518 /src/or/main.c | |
parent | 3c683a9e7c70cfc2bfbe3f40c3e34b0f2a45dca3 (diff) | |
download | tor-4a9587a486e35ea71aabe8391b05ceee22f2cd91.tar tor-4a9587a486e35ea71aabe8391b05ceee22f2cd91.tar.gz |
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
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index f20a4ae93..30a4e79b8 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 |