diff options
author | Roger Dingledine <arma@torproject.org> | 2009-08-31 16:26:01 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-08-31 16:26:01 -0400 |
commit | a225469ded4963e1197818c2fa58c079119cb309 (patch) | |
tree | 2aaf9850330fc425e584d33f0e0dd8b67eb914d9 /src/or/directory.c | |
parent | 0bb59f1c38eef467a353faf1a30cf93b64209a27 (diff) | |
parent | 4c297f74f79e0e3d357d20bfc584eccc758d1fd8 (diff) | |
download | tor-a225469ded4963e1197818c2fa58c079119cb309.tar.gz tor-a225469ded4963e1197818c2fa58c079119cb309.zip |
Merge branch 'maint-0.2.1'
Diffstat (limited to 'src/or/directory.c')
-rw-r--r-- | src/or/directory.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index d37da18e65..b7c253ee20 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -554,11 +554,6 @@ void connection_dir_request_failed(dir_connection_t *conn) { if (directory_conn_is_self_reachability_test(conn)) { - routerinfo_t *me = router_get_my_routerinfo(); - if (me) - control_event_server_status(LOG_WARN, - "REACHABILITY_FAILED DIRADDRESS=%s:%d", - me->address, me->dir_port); return; /* this was a test fetch. don't retry. */ } if (entry_list_can_grow(get_options())) |