[or-cvs] r15434: whoops, i shouldn't've left that in (tor/trunk/src/or)

arma at seul.org arma at seul.org
Mon Jun 23 18:51:13 UTC 2008


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;



More information about the tor-commits mailing list