1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 17:39:53 +03:00

Cedar: fix segmentation fault during local bridge creation on FreeBSD

This commit is contained in:
Davide Beatrici 2018-08-27 00:46:59 +02:00
parent e0598d747a
commit dbb0bb83f7

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)
{ {