mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-03-09 17:59:19 +03:00
Compare commits
2 Commits
13f15384f2
...
e0c86ab4a6
| Author | SHA1 | Date | |
|---|---|---|---|
| e0c86ab4a6 | |||
| 5130f1a4da |
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user