Invoke updown hook if IKE_SA delete is enforced in deleting state

This commit is contained in:
Martin Willi 2010-04-06 09:58:29 +00:00
parent 586c137016
commit 84aa96e5f5
1 changed files with 1 additions and 0 deletions

View File

@ -1561,6 +1561,7 @@ static status_t delete_(private_ike_sa_t *this)
default:
DBG1(DBG_IKE, "destroying IKE_SA in state %N "
"without notification", ike_sa_state_names, this->state);
charon->bus->ike_updown(charon->bus, &this->public, FALSE);
break;
}
return DESTROY_ME;