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
+3 -4
View File
@@ -1490,10 +1490,9 @@ int main(int argc, char* argv[])
return 0;
}
}
else {
// Tested against a working server and it failed
break;
}
// Tested against a IPv6 working server
break;
}
}