diff options
Diffstat (limited to 'src/or/connection_or.c')
-rw-r--r-- | src/or/connection_or.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c index b0b8b80311..817f491349 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -676,7 +676,7 @@ connection_or_check_valid_handshake(or_connection_t *conn, int started_here, END_OR_CONN_REASON_OR_IDENTITY); as_advertised = 0; } - if (authdir_mode_handles_descs(options)) { + if (authdir_mode_tests_reachability(options)) { /* We initiated this connection to address:port. Drop all routers * with the same address:port and a different key. */ |