Fix macos build

This commit is contained in:
Bogdan-Ștefan Neacşu
2024-07-03 08:27:10 +00:00
parent 8e2713c9ba
commit a9abea3446
+1 -1
View File
@@ -255,7 +255,7 @@ impl<St> Gateway<St> {
#[cfg(all(feature = "wireguard", not(target_os = "linux")))]
async fn start_authenticator(
&self,
_opts: LocalAuthenticatorOpts,
_opts: &LocalAuthenticatorOpts,
_shutdown: TaskClient,
) -> Result<Arc<nym_wireguard::WgApiWrapper>, Box<dyn std::error::Error + Send + Sync>> {
todo!("Authenticator is currently only supported on Linux");