mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fix compile error in cvs
svn:r4520
This commit is contained in:
@@ -268,7 +268,7 @@ connection_edge_finished_connecting(connection_t *conn)
|
||||
{
|
||||
char connected_payload[4];
|
||||
char valbuf[INET_NTOA_BUF_LEN];
|
||||
struct in_addr;
|
||||
struct in_addr in;
|
||||
|
||||
tor_assert(conn);
|
||||
tor_assert(conn->type == CONN_TYPE_EXIT);
|
||||
|
||||
Reference in New Issue
Block a user