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 5f862ae commit de5e068
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 @@ -262,7 +262,7 @@ impl LocalResource {
};

if !ingress_addresses.contains(&ingress_ip) {
continue;
continue
}

fn convert_sockaddr(addr: SockaddrStorage) -> Option<SocketAddr> {
Expand Down

0 comments on commit de5e068

Please sign in to comment.