mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Correct 'was not internal' to 'was internal' in test_external_ip()
This commit is contained in:
parent
80a306c6e7
commit
34faee0600
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user