[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r15434: whoops, i shouldn't've left that in (tor/trunk/src/or)
Author: arma
Date: 2008-06-23 14:51:12 -0400 (Mon, 23 Jun 2008)
New Revision: 15434
Modified:
tor/trunk/src/or/connection_edge.c
Log:
whoops, i shouldn't've left that in
Modified: tor/trunk/src/or/connection_edge.c
===================================================================
--- tor/trunk/src/or/connection_edge.c 2008-06-23 15:21:38 UTC (rev 15433)
+++ tor/trunk/src/or/connection_edge.c 2008-06-23 18:51:12 UTC (rev 15434)
@@ -484,7 +484,6 @@
if (hexdigest_to_digest(edge_conn->chosen_exit_name, digest) < 0 ||
memcmp(digest, failed_digest, DIGEST_LEN))
continue;
- (void)build_state;
if (tor_digest_is_zero(digest)) {
/* we don't know the digest; have to compare addr:port */
struct in_addr in;