Oops forgot last part of that fix for MAC errors.

This commit is contained in:
Adam Ierymenko 2022-04-14 20:13:57 -04:00
parent 4389b9feff
commit a7dcfa18a2
No known key found for this signature in database
GPG Key ID: C8877CF2D7A5D7F3

View File

@ -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;