summaryrefslogtreecommitdiff
path: root/node/IncomingPacket.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <[email protected]>2022-04-14 20:13:57 -0400
committerAdam Ierymenko <[email protected]>2022-04-14 20:13:57 -0400
commita7dcfa18a2bf5cfae3bfc3f9c1a76cd0ea7fe118 (patch)
treecea9242ee4933a3e3aca7201fa712aed1af791db /node/IncomingPacket.cpp
parent4389b9feffec2b48d0193620c9dfcc9cc2d84ae6 (diff)
Oops forgot last part of that fix for MAC errors.
Diffstat (limited to 'node/IncomingPacket.cpp')
-rw-r--r--node/IncomingPacket.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/IncomingPacket.cpp b/node/IncomingPacket.cpp
index 75827f27..99a1a489 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;