forked from Mirrorlandia_minetest/minetest
Only do the IPv6 unit test if IPv6 is enabled
This commit is contained in:
parent
5eb0eda626
commit
3b6b9435c5
@ -1673,7 +1673,7 @@ struct TestSocket: public TestBase
|
|||||||
Address address6((IPv6AddressBytes*) NULL, port);
|
Address address6((IPv6AddressBytes*) NULL, port);
|
||||||
|
|
||||||
// IPv6 socket test
|
// IPv6 socket test
|
||||||
{
|
if (g_settings->getBool("enable_ipv6")) {
|
||||||
UDPSocket socket6;
|
UDPSocket socket6;
|
||||||
|
|
||||||
if (!socket6.init(true, true)) {
|
if (!socket6.init(true, true)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user