Invoke updown hook if IKE_SA delete is enforced in deleting state

This commit is contained in:
Martin Willi
2010-04-06 12:11:28 +02:00
parent 586c137016
commit 84aa96e5f5
+1
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;