[or-cvs] Oops, missed one
Nick Mathewson
nickm at seul.org
Tue Oct 12 16:04:27 UTC 2004
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv27960/src/or
Modified Files:
test.c
Log Message:
Oops, missed one
Index: test.c
===================================================================
RCS file: /home/or/cvsroot/src/or/test.c,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- test.c 12 Oct 2004 16:02:15 -0000 1.123
+++ test.c 12 Oct 2004 16:04:25 -0000 1.124
@@ -660,7 +660,7 @@
u32 = 3;
test_assert(!parse_addr_port("localhost", NULL, &u32, &u16));
test_eq(cp, NULL);
- test_eq(u32, 0x7f000001u);
+ test_eq(u32, htonl(0x7f000001u));
test_eq(u16, 0);
tor_free(cp);
More information about the tor-commits
mailing list