This commit is contained in:
iTrooz
2024-11-29 00:42:25 +01:00
parent 09782745c6
commit b0778e7a1f
4 changed files with 8 additions and 8 deletions

View File

@ -34,7 +34,6 @@ void McResolver::pingWithDomainSRV(QString domain, int port) {
return;
}
const auto& firstRecord = records.at(0);
QString domain = firstRecord.target();
int port = firstRecord.port();