diff options
author | Roger Dingledine <arma@torproject.org> | 2010-04-21 04:27:56 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-04-21 04:27:56 -0400 |
commit | 6952b445cc121148eed87a12536cec8522f7d136 (patch) | |
tree | c3013f478db65b96296ed7ae8f2db03215507d6b /src/or/or.h | |
parent | 4f307e038272e368cd307ffa5e31b568b0729c48 (diff) | |
download | tor-6952b445cc121148eed87a12536cec8522f7d136.tar.gz tor-6952b445cc121148eed87a12536cec8522f7d136.zip |
stop authority reachability check on startup
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 71a9ff73d9..ad863dc68b 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3914,7 +3914,7 @@ void dirserv_orconn_tls_done(const char *address, const char *digest_rcvd, int as_advertised); void dirserv_single_reachability_test(time_t now, routerinfo_t *router); -void dirserv_test_reachability(time_t now, int try_all); +void dirserv_test_reachability(time_t now); int authdir_wants_to_reject_router(routerinfo_t *ri, const char **msg, int complain); int dirserv_would_reject_router(routerstatus_t *rs); |