Apply proposal to a HA synced IKE_SA

This commit is contained in:
Martin Willi
2012-03-20 17:31:37 +01:00
parent 3624b09e21
commit c3f1839ab7
+1
View File
@@ -175,6 +175,7 @@ static void process_ike_add(private_ha_dispatcher_t *this, ha_message_t *message
old_sa = NULL;
}
ike_sa->set_state(ike_sa, IKE_CONNECTING);
ike_sa->set_proposal(ike_sa, proposal);
this->cache->cache(this->cache, ike_sa, message);
message = NULL;
charon->ike_sa_manager->checkin(charon->ike_sa_manager, ike_sa);