Skip to content

Commit

Permalink
fixup: ignore failure to obtain IP addrs
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 14, 2022
1 parent 0a389e8 commit dc0e143
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions talpid-core/src/split_tunnel/windows/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -903,14 +903,6 @@ fn split_tunnel_default_route_change_handler<'a>(
},
Ok(None) => {
log::warn!("Failed to obtain default route interface address");
match address_family {
AddressFamily::Ipv4 => {
ctx.addresses.internet_ipv4 = None;
}
AddressFamily::Ipv6 => {
ctx.addresses.internet_ipv6 = None;
}
}
}
Err(error) => {
log::error!(
Expand Down

0 comments on commit dc0e143

Please sign in to comment.