mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
Indentation
This commit is contained in:
parent
d6a1868d0a
commit
c589bc4c57
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue