mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-23 01:49:53 +03:00
Fix a typo.
This commit is contained in:
parent
683aecaaec
commit
8230f16457
@ -431,7 +431,7 @@ void CiChangeAllVLanMacAddress(CLIENT *c)
|
|||||||
RPC_CLIENT_ENUM_VLAN_ITEM *e = t.Items[i];
|
RPC_CLIENT_ENUM_VLAN_ITEM *e = t.Items[i];
|
||||||
UCHAR mac[6];
|
UCHAR mac[6];
|
||||||
|
|
||||||
if (StrToMac(mac, e->MacAddress) && ((mac[0] == 0x00 && mac[1] == 0xAC) || (mac[0] = 0x5E)))
|
if (StrToMac(mac, e->MacAddress) && ((mac[0] == 0x00 && mac[1] == 0xAC) || (mac[0] == 0x5E)))
|
||||||
{
|
{
|
||||||
char *name = e->DeviceName;
|
char *name = e->DeviceName;
|
||||||
RPC_CLIENT_SET_VLAN s;
|
RPC_CLIENT_SET_VLAN s;
|
||||||
|
Loading…
Reference in New Issue
Block a user