瀏覽代碼

Oops forgot last part of that fix for MAC errors.

Adam Ierymenko 3 年之前
父節點
當前提交
a7dcfa18a2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      node/IncomingPacket.cpp

+ 1 - 0
node/IncomingPacket.cpp

@@ -78,6 +78,7 @@ bool IncomingPacket::tryDecode(const RuntimeEnvironment *RR,void *tPtr,int32_t f
 				return true;
 				return true;
 			}
 			}
 
 
+			_authenticated = true;
 			const Packet::Verb v = verb();
 			const Packet::Verb v = verb();
 
 
 			bool r = true;
 			bool r = true;