Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Sep 19, 2024
1 parent dee2843 commit edc1977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talpid-wireguard/src/obfuscation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ async fn bypass_vpn(
) {
// Exclude remote obfuscation socket or bridge
log::debug!("Excluding remote socket fd from the tunnel");
tokio::task::spawn_blocking(move || {
let _ = tokio::task::spawn_blocking(move || {
if let Err(error) = tun_provider.lock().unwrap().bypass(remote_socket_fd) {
log::error!("Failed to exclude remote socket fd: {error}");
}
Expand Down

0 comments on commit edc1977

Please sign in to comment.