diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-04-06 22:23:12 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-04-06 22:23:12 +0000 |
commit | fdb58e8ea3eeccc48db1881926b43dcec211c9de (patch) | |
tree | 15de60cce068b3052d5e3870ba6bae1d1f0818a9 /src/or/connection_edge.c | |
parent | f24519e4b9aeb39cbed50283936b86220c199e81 (diff) | |
download | tor-fdb58e8ea3eeccc48db1881926b43dcec211c9de.tar.gz tor-fdb58e8ea3eeccc48db1881926b43dcec211c9de.zip |
Set routerinfo->addr properly for own routerinfo; do casei routerinfo compare
svn:r1514
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index ac47c8f815..a543e22e70 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -11,7 +11,6 @@ extern char *conn_state_to_string[][_CONN_TYPE_MAX+1]; static int connection_ap_handshake_process_socks(connection_t *conn); static int connection_exit_begin_conn(cell_t *cell, circuit_t *circ); -static int connection_exit_set_rendezvous_addr_port(connection_t *conn); static void connection_edge_consider_sending_sendme(connection_t *conn); static uint32_t client_dns_lookup_entry(const char *address); |