controller: Consider any IKE_SA destruction as success when terminating

This commit is contained in:
Tobias Brunner 2017-08-14 11:14:38 +02:00
parent e0e4322973
commit ab7d5e32d3
1 changed files with 1 additions and 4 deletions

View File

@ -294,10 +294,7 @@ METHOD(listener_t, ike_state_change_terminate, bool,
switch (state)
{
case IKE_DESTROYING:
if (ike_sa->get_state(ike_sa) == IKE_DELETING)
{ /* proper termination */
this->status = SUCCESS;
}
this->status = SUCCESS;
return listener_done(this);
default:
break;