From a7dcfa18a2bf5cfae3bfc3f9c1a76cd0ea7fe118 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 14 Apr 2022 20:13:57 -0400 Subject: [PATCH] Oops forgot last part of that fix for MAC errors. --- node/IncomingPacket.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/node/IncomingPacket.cpp b/node/IncomingPacket.cpp index 75827f278..99a1a489a 100644 --- a/node/IncomingPacket.cpp +++ b/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;