mirror of
https://github.com/resiprocate/resiprocate.git
synced 2026-01-12 00:05:02 +08:00
dnsresult: key to lowercase letters (#181)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user