Browse Source

Oops forgot last part of that fix for MAC errors.

pull/4/head
Adam Ierymenko 4 years ago
parent
commit
a7dcfa18a2
No known key found for this signature in database
GPG Key ID: C8877CF2D7A5D7F3
  1. 1
      node/IncomingPacket.cpp

1
node/IncomingPacket.cpp

@ -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…
Cancel
Save