1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-20 02:30:40 +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
commit 1c1aa5751e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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