Commit a46bd994 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

bonus points if it builds on 64 bit


svn:r9698
parent b0aaa884
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1027,7 +1027,6 @@ circuit_get_open_circ_or_launch(edge_connection_t *conn,
             * routerstatus or equivalent. */
            routerstatus_t *s =
              routerstatus_get_by_hexdigest(conn->chosen_exit_name+1);
            log_debug(LD_DIR, "result is %d", (int)s);
            if (s) {
              extend_info = extend_info_from_routerstatus(s);
            } else {