diff --git a/mist/mist.cpp b/mist/mist.cpp index ac7a71f..2b932b2 100644 --- a/mist/mist.cpp +++ b/mist/mist.cpp @@ -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; } }