mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Typo
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
f536e08e14
commit
070d04c1b2
@ -909,7 +909,7 @@ public class NetworkManager : INetworkManager, IDisposable
|
||||
return NetworkConstants.IPv4RFC3927LinkLocal.Contains(address) || address.IsIPv6LinkLocal;
|
||||
}
|
||||
|
||||
private static bool SubNetContainsAddress(IPNetwork network, IPAddress address)
|
||||
private static bool SubnetContainsAddress(IPNetwork network, IPAddress address)
|
||||
{
|
||||
ArgumentNullException.ThrowIfNull(address);
|
||||
ArgumentNullException.ThrowIfNull(network);
|
||||
|
Loading…
x
Reference in New Issue
Block a user