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:
parent
e0598d747a
commit
dbb0bb83f7
@ -1492,7 +1492,7 @@ ETH *OpenEthBpf(char *name, bool local, bool tapmode, char *tapaddr)
|
||||
#endif // BRIDGE_BPF
|
||||
|
||||
#ifdef UNIX_BSD
|
||||
ETH *OpenEthBSD(name, local, tapmode, tapaddr)
|
||||
ETH *OpenEthBSD(char *name, bool local, bool tapmode, char *tapaddr)
|
||||
{
|
||||
if (tapmode)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user