summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/router.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/or/router.c b/src/or/router.c
index a369007709..b9cea79113 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -419,11 +419,7 @@ consider_testing_reachability(void)
}
if (!check_whether_dirport_reachable()) {
- if (me) {
- directory_initiate_command_router(me, DIR_PURPOSE_FETCH_DIR, 1, NULL, NULL, 0);
- } else {
- log(LOG_NOTICE,"Delaying checking DirPort reachability; can't build descriptor.");
- }
+ directory_initiate_command_router(me, DIR_PURPOSE_FETCH_DIR, 1, NULL, NULL, 0);
}
}