mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-09 00:00:53 -04:00
parent
9a71b7219c
commit
859d645c44
@ -434,7 +434,7 @@ CALLBACK(load_shared, vici_message_t*,
|
|||||||
{
|
{
|
||||||
type = SHARED_IKE;
|
type = SHARED_IKE;
|
||||||
}
|
}
|
||||||
else if (strcaseeq(str, "eap") || streq(str, "xauth"))
|
else if (strcaseeq(str, "eap") || strcaseeq(str, "xauth"))
|
||||||
{
|
{
|
||||||
type = SHARED_EAP;
|
type = SHARED_EAP;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user