tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit c1bf819a31d729abee8cf1440cefb7b4776248cc
parent 0b0b8a5b6db5d5609d0c2530c18fb67e0950f9d1
Author: David Goulet <dgoulet@torproject.org>
Date:   Wed,  8 Apr 2020 09:42:13 -0400

Merge branch 'maint-0.4.3'

Diffstat:
Msrc/test/test_addr.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_addr.c b/src/test/test_addr.c @@ -110,7 +110,7 @@ test_addr_basic(void *arg) tt_int_op(tor_inet_pton(AF_INET6, a, &t1.addr.in6_addr), OP_EQ, 1); \ t1.family = AF_INET6; \ if (tor_addr_is_internal(&t1, for_listening)) \ - TT_DIE(("%s was not internal", a)); \ + TT_DIE(("%s was internal", a)); \ STMT_END #ifndef COCCI