mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
cosmetics
This commit is contained in:
parent
4f22a3e339
commit
ae4388dca0
@ -493,11 +493,12 @@ load_conn(starter_conn_t *conn, kw_list_t *kw, starter_config_t *cfg)
|
||||
case KW_EAP:
|
||||
/* TODO: a gperf function for all EAP types */
|
||||
if (streq(kw->value, "aka"))
|
||||
{
|
||||
conn->eap = 23;
|
||||
}
|
||||
else if (streq(kw->value, "sim"))
|
||||
{
|
||||
conn->eap = 18;
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user