mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Oops, missed one
svn:r2445
This commit is contained in:
parent
a91fc48b39
commit
79636823b8
@ -660,7 +660,7 @@ test_util() {
|
|||||||
u32 = 3;
|
u32 = 3;
|
||||||
test_assert(!parse_addr_port("localhost", NULL, &u32, &u16));
|
test_assert(!parse_addr_port("localhost", NULL, &u32, &u16));
|
||||||
test_eq(cp, NULL);
|
test_eq(cp, NULL);
|
||||||
test_eq(u32, 0x7f000001u);
|
test_eq(u32, htonl(0x7f000001u));
|
||||||
test_eq(u16, 0);
|
test_eq(u16, 0);
|
||||||
tor_free(cp);
|
tor_free(cp);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user