Skip to content

Commit

Permalink
fixup! Remove split tunnel interface if split tunneling is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Aug 27, 2024
1 parent 120f3a2 commit 0f6a668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talpid-core/src/split_tunnel/macos/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ impl State {
route_manager,
mut process,
tun_handle,
vpn_interface,
vpn_interface: _,
} => {
// Try to update the default interface first
// If this fails, remain in the current state and just fail
Expand Down

0 comments on commit 0f6a668

Please sign in to comment.