Fix "incoming" flag passed to bus_t.message() hook

This commit is contained in:
Martin Willi
2012-03-20 17:31:36 +01:00
parent 477559cab5
commit c654d949f3
+1 -1
View File
@@ -1053,7 +1053,7 @@ METHOD(task_manager_t, process_message, status_t,
this->ike_sa->set_statistic(this->ike_sa, STAT_INBOUND,
time_monotonic(NULL));
this->ike_sa->update_hosts(this->ike_sa, me, other, TRUE);
charon->bus->message(charon->bus, msg, FALSE);
charon->bus->message(charon->bus, msg, TRUE);
if (process_response(this, msg) != SUCCESS)
{
flush(this);