chore: fix some codeql warnings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@@ -37,9 +37,9 @@ void McResolver::pingWithDomainSRV(QString domain, int port)
|
||||
}
|
||||
|
||||
const auto& firstRecord = records.at(0);
|
||||
QString domain = firstRecord.target();
|
||||
int port = firstRecord.port();
|
||||
pingWithDomainA(domain, port);
|
||||
QString newDomain = firstRecord.target();
|
||||
int newPort = firstRecord.port();
|
||||
pingWithDomainA(newDomain, newPort);
|
||||
});
|
||||
|
||||
lookup->lookup();
|
||||
|
||||
Reference in New Issue
Block a user