mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-18 23:28:23 +00:00
Indentation
This commit is contained in:
@ -99,7 +99,7 @@ void Switch::onRemotePacket(const InetAddress &localAddr,const InetAddress &from
|
|||||||
// Handle fragment ----------------------------------------------------
|
// Handle fragment ----------------------------------------------------
|
||||||
|
|
||||||
Packet::Fragment fragment(data,len);
|
Packet::Fragment fragment(data,len);
|
||||||
Address destination(fragment.destination());
|
const Address destination(fragment.destination());
|
||||||
|
|
||||||
if (destination != RR->identity.address()) {
|
if (destination != RR->identity.address()) {
|
||||||
// Fragment is not for us, so try to relay it
|
// Fragment is not for us, so try to relay it
|
||||||
|
Reference in New Issue
Block a user