mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fix regression introduced by 1a65bdd2
noticed while reviewing hoganrobert/bug1138
This commit is contained in:
+1
-1
@@ -582,7 +582,7 @@ connection_dir_request_failed(dir_connection_t *conn)
|
||||
if (directory_conn_is_self_reachability_test(conn)) {
|
||||
return; /* this was a test fetch. don't retry. */
|
||||
}
|
||||
if (entry_list_is_constrained(get_options()))
|
||||
if (!entry_list_is_constrained(get_options()))
|
||||
router_set_status(conn->identity_digest, 0); /* don't try him again */
|
||||
if (conn->_base.purpose == DIR_PURPOSE_FETCH_V2_NETWORKSTATUS) {
|
||||
log_info(LD_DIR, "Giving up on directory server at '%s'; retrying",
|
||||
|
||||
Reference in New Issue
Block a user