Minor fixes

This commit is contained in:
Lynix
2022-04-02 21:18:04 +02:00
parent 71db80c374
commit 5cd9f6fdcd
6 changed files with 13 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ namespace Nz
case NetProtocol::Any:
m_isUsingDualStack = true;
// fallthrough
[[fallthrough]];
case NetProtocol::IPv6:
any = IpAddress::AnyIpV6;
break;