mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-04-25 00:09:26 +03:00
Support all EAP methods for PPP sessions with RADIUS
This commit is contained in:
@@ -75,7 +75,7 @@ void EtherIPIpcConnectThread(THREAD *t, void *p)
|
||||
&s->ClientIP, s->ClientPort,
|
||||
&s->ServerIP, s->ServerPort,
|
||||
tmp,
|
||||
s->CryptName, true, mss, NULL, NULL, IPC_LAYER_2);
|
||||
s->CryptName, true, mss, NULL, NULL, false, IPC_LAYER_2);
|
||||
|
||||
if (ipc != NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user