mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-05-14 23:26:06 +00:00
minor changes.
This commit is contained in:
@@ -797,7 +797,7 @@ namespace DnsServerCore.Dns.Zones
|
||||
|
||||
public override int GetHashCode()
|
||||
{
|
||||
return _name.GetHashCode();
|
||||
return HashCode.Combine(_name);
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
|
||||
Reference in New Issue
Block a user