From cce469c5ce73f113e16fecb3823918da004ab3ba Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 16 Sep 2005 06:15:34 +0000 Subject: simplify svn:r5081 --- src/or/router.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/or/router.c') 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); } } -- cgit v1.2.3-54-g00ecf