setting ike_sa on bus in checkout_new

This commit is contained in:
Martin Willi
2008-07-11 08:47:18 +00:00
parent 858a9fd584
commit 6b5d95919c
+1
View File
@@ -365,6 +365,7 @@ static ike_sa_t *checkout_new(private_ike_sa_manager_t* this, bool initiator)
pthread_mutex_unlock(&this->mutex);
DBG2(DBG_MGR, "created IKE_SA, %d IKE_SAs in manager",
this->ike_sa_list->get_count(this->ike_sa_list));
charon->bus->set_sa(charon->bus, entry->ike_sa);
return entry->ike_sa;
}