1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-22 11:19:35 +03:00

Merge PR #1865: Fix build when NO_VLAN

This commit is contained in:
Davide Beatrici
2023-07-05 09:55:35 +02:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@ -1416,7 +1416,7 @@ ETH *OpenEthBSD(char *name, bool local, bool tapmode, char *tapaddr)
return e;
#else // NO_VLAN
return NULL:
return NULL;
#endif // NO_VLAN
}