mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
simplify
svn:r5081
This commit is contained in:
parent
538740e362
commit
cce469c5ce
@ -419,11 +419,7 @@ consider_testing_reachability(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!check_whether_dirport_reachable()) {
|
if (!check_whether_dirport_reachable()) {
|
||||||
if (me) {
|
directory_initiate_command_router(me, DIR_PURPOSE_FETCH_DIR, 1, NULL, NULL, 0);
|
||||||
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.");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user