fix typo
This commit is contained in:
parent
2e8496ae37
commit
1ca44e300e
@ -329,7 +329,7 @@ pub async fn handler(
|
||||
};
|
||||
res?;
|
||||
|
||||
if packet.kind() != PacketKind::RemConfirm {
|
||||
if packet.kind() != PacketKind::RemConnect {
|
||||
let kind = packet.kind();
|
||||
warn!(%addr, ?kind, "client sent unexpected packet instead of RemConnect");
|
||||
return Ok(());
|
||||
|
Loading…
Reference in New Issue
Block a user