소스 검색

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;
 			}
 
+			_authenticated = true;
 			const Packet::Verb v = verb();
 
 			bool r = true;