mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-23 01:49:53 +03:00
BridgeUnix.c: convert line endings from CRLF to LF
This commit is contained in:
parent
93c962fb68
commit
cb2aec1314
@ -2066,9 +2066,6 @@ void EthPutPacket(ETH *e, void *data, UINT size)
|
|||||||
Free(data);
|
Free(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Open ETH by using IP raw packets
|
// Open ETH by using IP raw packets
|
||||||
ETH *OpenEthLinuxIpRaw()
|
ETH *OpenEthLinuxIpRaw()
|
||||||
{
|
{
|
||||||
@ -2806,5 +2803,3 @@ void EthPutPacketLinuxIpRaw(ETH *e, void *data, UINT size)
|
|||||||
|
|
||||||
|
|
||||||
#endif // BRIDGE_C
|
#endif // BRIDGE_C
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user