mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
work around lack of AF_CCITT
This commit is contained in:
parent
02c3879f87
commit
1ac3cb4823
@ -614,7 +614,7 @@ test_address_udp_socket_trick_blackbox(void *arg)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
retval = get_interface_address6_via_udp_socket_hack(LOG_DEBUG,
|
retval = get_interface_address6_via_udp_socket_hack(LOG_DEBUG,
|
||||||
AF_CCITT,&addr4);
|
AF_INET+AF_INET6,&addr4);
|
||||||
|
|
||||||
tt_assert(retval == -1);
|
tt_assert(retval == -1);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user