diff options
author | Roger Dingledine <arma@torproject.org> | 2010-03-10 22:43:23 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-03-10 22:43:23 -0500 |
commit | 1108358e96e818f1d433a3025310c81e55891df9 (patch) | |
tree | 5e37b71b513f00a1a7d4a2ca59c939a21c0b556d /src/or/connection_or.c | |
parent | 2d29c7be2db2b944f9a19d44c556cc070ec87a77 (diff) | |
download | tor-1108358e96e818f1d433a3025310c81e55891df9.tar.gz tor-1108358e96e818f1d433a3025310c81e55891df9.zip |
let people test the RefuseUnknownExits idea
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 dfd0a965b0..98525f16a2 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -322,7 +322,7 @@ connection_or_finished_connecting(or_connection_t *or_conn) /** Return 1 if identity digest <b>id_digest</b> is known to be a * currently or recently running relay. Otherwise return 0. */ -static int +int connection_or_digest_is_known_relay(const char *id_digest) { if (router_get_consensus_status_by_id(id_digest)) |