aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index fdd0aed81..1134dd642 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -795,7 +795,7 @@ static int do_main_loop(void) {
if(authdir_mode()) {
/* the directory is already here, run startup things */
- directory_has_arrived();
+ router_retry_connections();
}
if(server_mode()) {