Process the rest of the turn even when an unknown oid is seen

This commit is contained in:
Tony Garnock-Jones 2021-10-18 17:21:09 +02:00
parent 13a0100ad8
commit 2ec35ad868
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ impl TunnelRelay {
tracing::debug!(
event = ?language().unparse(&P::TurnEvent { oid, event }),
"Cannot deliver event: nonexistent oid");
return Ok(());
continue;
}
};
let mut pins = vec![target.clone()];