]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
whoops, i shouldn't've left that in
authorRoger Dingledine <arma@torproject.org>
Mon, 23 Jun 2008 18:51:12 +0000 (18:51 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 23 Jun 2008 18:51:12 +0000 (18:51 +0000)
svn:r15434

src/or/connection_edge.c

index e7bca0ee0d0ff0b86ca3144d9f2f315750795ae1..e6a6dd23d63fdf961f296b88795600624c6052a0 100644 (file)
@@ -484,7 +484,6 @@ connection_ap_fail_onehop(const char *failed_digest,
     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;