mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Merge branch 'maint-0.4.3'
This commit is contained in:
commit
c1bf819a31
@ -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