From: Mrigyen Sawant Date: Tue, 7 Apr 2020 18:02:39 +0000 (+0530) Subject: Correct 'was not internal' to 'was internal' in test_external_ip() X-Git-Tag: tor-0.4.3.4-rc~9^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34faee0600e4efe2a76a1776f6c9bd3173b3e0c5;p=thirdparty%2Ftor.git Correct 'was not internal' to 'was internal' in test_external_ip() --- diff --git a/src/test/test_addr.c b/src/test/test_addr.c index af3c125a20..42232e467a 100644 --- 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