Skip to content

Commit

Permalink
fixup: missing cond comp
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Mar 25, 2024
1 parent c37bc7e commit 65ca819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions talpid-core/src/tunnel_state_machine/connecting_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ impl ConnectingState {
allow_lan: shared_values.allow_lan,
allowed_endpoint: shared_values.allowed_endpoint.clone(),
allowed_tunnel_traffic,
#[cfg(target_os = "macos")]
redirect_interface,
};
shared_values
Expand Down

0 comments on commit 65ca819

Please sign in to comment.