Invoke missing message() hook for incoming responses

This commit is contained in:
Martin Willi 2010-02-17 18:22:31 +01:00
parent b65d7f8a15
commit 63b0bc9c2d
1 changed files with 1 additions and 0 deletions

View File

@ -926,6 +926,7 @@ static status_t process_message(private_task_manager_t *this, message_t *msg)
{
if (mid == this->initiating.mid)
{
charon->bus->message(charon->bus, msg, TRUE);
if (process_response(this, msg) != SUCCESS)
{
flush(this);