From b9535e6c3a632c1bf753d459ac80d519af3b4480 Mon Sep 17 00:00:00 2001 From: chrysn Date: Sun, 24 May 2026 21:47:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B:=20declare=20IP=20packet=20in=20de?= =?UTF-8?q?code()=20return=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/decoder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decoder.rs b/src/decoder.rs index cba5654..80e4755 100644 --- a/src/decoder.rs +++ b/src/decoder.rs @@ -182,7 +182,7 @@ impl Decoder { (Ip, Constants::END) => { self.state = Idle; handler.end_frame(None); - return Ok(DecodeStatus::FrameCompleteConfiguration); + return Ok(DecodeStatus::FrameCompleteIp); } (Ip, _) => { handler.write_byte(byte);