From: Andreas Steffen Date: Wed, 4 Jul 2007 05:42:09 +0000 (-0000) Subject: cosmetics X-Git-Tag: 4.1.4~10 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=ae4388dca06ce3b349582f5c833a9e49211dd5fe cosmetics --- diff --git a/src/starter/confread.c b/src/starter/confread.c index fd29e8e..2fe5b8c 100644 --- a/src/starter/confread.c +++ b/src/starter/confread.c @@ -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 {