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");