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

Merge PR #675: Cedar: fix segmentation fault during local bridge creation on FreeBSD

This commit is contained in:
Davide Beatrici
2018-08-27 00:59:56 +02:00
committed by GitHub

View File

@ -1492,7 +1492,7 @@ ETH *OpenEthBpf(char *name, bool local, bool tapmode, char *tapaddr)
#endif // BRIDGE_BPF #endif // BRIDGE_BPF
#ifdef UNIX_BSD #ifdef UNIX_BSD
ETH *OpenEthBSD(name, local, tapmode, tapaddr) ETH *OpenEthBSD(char *name, bool local, bool tapmode, char *tapaddr)
{ {
if (tapmode) if (tapmode)
{ {