1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-02-19 17:10:09 +03:00
This commit is contained in:
Ilia Shipitsin
2026-02-18 16:09:54 +01:00
parent 13f15384f2
commit 5130f1a4da

View File

@ -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)
{