mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
bonus points if it builds on 64 bit
svn:r9698
This commit is contained in:
parent
b0aaa88433
commit
a46bd9942d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user