Add an option to delete any established IKE_SA if RADIUS server is not responding

This commit is contained in:
Martin Willi
2013-03-14 15:42:30 +01:00
parent 49960f021d
commit 1ba1cd0c9b
4 changed files with 67 additions and 7 deletions
@@ -253,7 +253,7 @@ METHOD(eap_method_t, initiate, status_t,
}
else
{
charon->bus->alert(charon->bus, ALERT_RADIUS_NOT_RESPONDING);
eap_radius_handle_timeout(NULL);
}
request->destroy(request);
return status;