From: Nick Mathewson Date: Tue, 12 Oct 2004 16:04:25 +0000 (+0000) Subject: Oops, missed one X-Git-Tag: debian-version-0.0.8+0.0.9pre2-1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79636823b82caffe01135c5ffb4b38136cb74a78;p=thirdparty%2Ftor.git Oops, missed one svn:r2445 --- diff --git a/src/or/test.c b/src/or/test.c index 6a13a9db6c..4d8bfb8d18 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -660,7 +660,7 @@ test_util() { 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);