Skip to content

Commit cf634cd

Browse files
committed
fixup: missing cond comp
1 parent 8538d6d commit cf634cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

talpid-core/src/tunnel_state_machine/connecting_state.rs

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ impl ConnectingState {
167167
allow_lan: shared_values.allow_lan,
168168
allowed_endpoint: shared_values.allowed_endpoint.clone(),
169169
allowed_tunnel_traffic,
170+
#[cfg(target_os = "macos")]
170171
redirect_interface,
171172
};
172173
shared_values

0 commit comments

Comments
 (0)