From a9abea344653cb5833c1bf590cb44df903c95692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogdan-=C8=98tefan=20Neac=C5=9Fu?= Date: Wed, 3 Jul 2024 08:27:10 +0000 Subject: [PATCH] Fix macos build --- gateway/src/node/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/src/node/mod.rs b/gateway/src/node/mod.rs index 1cf83919c7..58ba3f699a 100644 --- a/gateway/src/node/mod.rs +++ b/gateway/src/node/mod.rs @@ -255,7 +255,7 @@ impl Gateway { #[cfg(all(feature = "wireguard", not(target_os = "linux")))] async fn start_authenticator( &self, - _opts: LocalAuthenticatorOpts, + _opts: &LocalAuthenticatorOpts, _shutdown: TaskClient, ) -> Result, Box> { todo!("Authenticator is currently only supported on Linux");