dnsresult: key to lowercase letters (#181)

This commit is contained in:
jfagf
2024-12-10 18:30:57 +01:00
committed by GitHub
parent a41879fdaa
commit bf1e9594a6

View File

@@ -1120,6 +1120,7 @@ void DnsResult::onDnsResult(const DNSResult<DnsSrvRecord>& result)
{
SRV srv;
srv.key = (*it).name();
srv.key.lowercase();
srv.priority = (*it).priority();
srv.weight = (*it).weight();
srv.port = (*it).port();