mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-15 03:26:54 +02:00
Oops forgot last part of that fix for MAC errors.
This commit is contained in:
parent
4389b9feff
commit
a7dcfa18a2
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ bool IncomingPacket::tryDecode(const RuntimeEnvironment *RR,void *tPtr,int32_t f
|
|||
return true;
|
||||
}
|
||||
|
||||
_authenticated = true;
|
||||
const Packet::Verb v = verb();
|
||||
|
||||
bool r = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue