Skip to content

Commit d9f1136

Browse files
committed
fixup: test params
1 parent f0ddce4 commit d9f1136

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

talpid-wireguard/src/connectivity_check.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,10 @@ mod test {
617617
}
618618

619619
#[cfg(daita)]
620-
fn start_daita(&mut self) -> std::result::Result<(), TunnelError> {
620+
fn start_daita(
621+
&mut self,
622+
#[cfg(not(target_os = "windows"))] _: talpid_tunnel_config_client::DaitaSettings,
623+
) -> std::result::Result<(), TunnelError> {
621624
Ok(())
622625
}
623626
}

0 commit comments

Comments
 (0)