diff --git a/DnsServerCore/Dns/Zones/AuthZoneInfo.cs b/DnsServerCore/Dns/Zones/AuthZoneInfo.cs index bd135dca..0f3d9645 100644 --- a/DnsServerCore/Dns/Zones/AuthZoneInfo.cs +++ b/DnsServerCore/Dns/Zones/AuthZoneInfo.cs @@ -797,7 +797,7 @@ namespace DnsServerCore.Dns.Zones public override int GetHashCode() { - return _name.GetHashCode(); + return HashCode.Combine(_name); } public override string ToString()