summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-02-24 01:26:09 +0000
committerRoger Dingledine <arma@torproject.org>2007-02-24 01:26:09 +0000
commit33430d3a9e39c141dfcad9260a243fe9da4fc8ed (patch)
tree442d827ce2c2468395417887f6b361cc9ac86ce1 /src/or/or.h
parent9946bb7fbd85eb27a7a1e8ded7bac2881e1da4bf (diff)
downloadtor-33430d3a9e39c141dfcad9260a243fe9da4fc8ed.tar.gz
tor-33430d3a9e39c141dfcad9260a243fe9da4fc8ed.zip
bugfix on r9568: we were throwing around an uninitialized
nickname array, and only treating a server as reachable if the array magically has the right nickname in it. this was causing the authorities to label only themselves as running, and clients were "mysteriously" failing. svn:r9628
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 1eb8702f32..54b2f15bcd 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2465,7 +2465,6 @@ int dirserv_get_routerdescs(smartlist_t *descs_out, const char *key,
void dirserv_orconn_tls_done(const char *address,
uint16_t or_port,
const char *digest_rcvd,
- const char *nickname,
int as_advertised);
void dirserv_test_reachability(int try_all);
int authdir_wants_to_reject_router(routerinfo_t *ri, const char **msg,