Stop testing after the first IPv6 relay server

This commit is contained in:
Cameron Gutman
2020-08-28 18:46:56 -07:00
parent 51ae1c8770
commit 8590a0813b
+2 -3
View File
@@ -1490,12 +1490,11 @@ int main(int argc, char* argv[])
return 0;
}
}
else {
// Tested against a working server and it failed
// Tested against a IPv6 working server
break;
}
}
}
freeaddrinfo(result);