Skip to content

Commit

Permalink
Update src/adapters/udp.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm authored Sep 13, 2023
1 parent e99b2c4 commit 90d576a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/udp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ impl Local for LocalResource {
#[cfg(target_os = "linux")]
if let Some(ingress_addresses) = &self.ingress_addresses {
self.accept_filtered(ingress_addresses, accept_remote);
return;
return
}

let buffer: MaybeUninit<[u8; MAX_LOCAL_PAYLOAD_LEN]> = MaybeUninit::uninit();
Expand Down

0 comments on commit 90d576a

Please sign in to comment.