mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-10 03:30:39 +03:00
Merge PR #675: Cedar: fix segmentation fault during local bridge creation on FreeBSD
This commit is contained in:
commit
1c1aa5751e
@ -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