mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 01:19:52 +03:00
Cedar/VLanUnix: use space after #ifdef
This commit is contained in:
parent
96b1961d78
commit
867c992111
@ -846,7 +846,7 @@ void UnixVLanFree()
|
||||
UNIX_VLAN_LIST *t = LIST_DATA(unix_vlan, i);
|
||||
|
||||
UnixCloseTapDevice(t->fd);
|
||||
#ifdef UNIX_BSD
|
||||
#ifdef UNIX_BSD
|
||||
UnixDestroyTapDevice(t->Name);
|
||||
#endif
|
||||
Free(t);
|
||||
|
Loading…
Reference in New Issue
Block a user