From 5130f1a4da6d606cc7d2f35a9b934fbb65aff591 Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Wed, 18 Feb 2026 16:09:54 +0100 Subject: [PATCH] follow up of https://github.com/SoftEtherVPN/SoftEtherVPN/pull/2161 --- src/Cedar/Hub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cedar/Hub.c b/src/Cedar/Hub.c index 774da34d..99304eb1 100644 --- a/src/Cedar/Hub.c +++ b/src/Cedar/Hub.c @@ -6422,7 +6422,7 @@ bool GetRadiusServer(HUB *hub, char *name, UINT size, UINT *port, char *secret, bool GetRadiusServerEx(HUB *hub, char *name, UINT size, UINT *port, char *secret, UINT secret_size, UINT *interval) { UINT timeout; - return GetRadiusServerEx2(hub, name, size, port, secret, secret_size, interval, timeout); + return GetRadiusServerEx2(hub, name, size, port, secret, secret_size, interval, &timeout); } bool GetRadiusServerEx2(HUB *hub, char *name, UINT size, UINT *port, char *secret, UINT secret_size, UINT *interval, UINT *timeout) {