tor

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

commit 34faee0600e4efe2a76a1776f6c9bd3173b3e0c5
parent 80a306c6e7d20efc44f2f93b559c44a52d952c39
Author: Mrigyen Sawant <Mrigyen@users.noreply.github.com>
Date:   Tue,  7 Apr 2020 23:32:39 +0530

Correct 'was not internal' to 'was internal' in test_external_ip()

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