Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordnobori <da.git@softether.co.jp>2015-07-26 13:39:40 +0300
committerdnobori <da.git@softether.co.jp>2015-07-26 13:39:40 +0300
commit4b65e251f240d0b36c704acd598f4ceb07c41413 (patch)
tree435325fe0fc3edab8469d36723b14eaf397fdc29 /src/Cedar/Client.c
parent860f743dd7c6fa5e481911db608e09a4acdab30e (diff)
v4.18-9570-rtm
Diffstat (limited to 'src/Cedar/Client.c')
-rw-r--r--src/Cedar/Client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cedar/Client.c b/src/Cedar/Client.c
index e87978d4..6e95df27 100644
--- a/src/Cedar/Client.c
+++ b/src/Cedar/Client.c
@@ -8450,7 +8450,7 @@ bool CtCreateVLan(CLIENT *c, RPC_CLIENT_CREATE_VLAN *create)
return false;
}
- // Regulation in Windows 8
+ // Regulation in Windows 8 / 10
if (MsIsInfCatalogRequired())
{
if (CiIsValidVLanRegulatedName(create->DeviceName) == false)