[or-cvs] fix compile error in cvs
arma at seul.org
arma at seul.org
Sat Jul 2 00:18:11 UTC 2005
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
connection_edge.c
Log Message:
fix compile error in cvs
Index: connection_edge.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection_edge.c,v
retrieving revision 1.337
retrieving revision 1.338
diff -u -d -r1.337 -r1.338
--- connection_edge.c 1 Jul 2005 13:40:29 -0000 1.337
+++ connection_edge.c 2 Jul 2005 00:18:09 -0000 1.338
@@ -268,7 +268,7 @@
{
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);
More information about the tor-commits
mailing list