This commit is contained in:
soruh 2023-06-20 18:35:57 +02:00
parent 2e8496ae37
commit 1ca44e300e

View File

@ -329,7 +329,7 @@ pub async fn handler(
}; };
res?; res?;
if packet.kind() != PacketKind::RemConfirm { if packet.kind() != PacketKind::RemConnect {
let kind = packet.kind(); let kind = packet.kind();
warn!(%addr, ?kind, "client sent unexpected packet instead of RemConnect"); warn!(%addr, ?kind, "client sent unexpected packet instead of RemConnect");
return Ok(()); return Ok(());