diff --git a/src/charon/sa/task_manager.c b/src/charon/sa/task_manager.c index 1de0c06f0..2432ce75c 100644 --- a/src/charon/sa/task_manager.c +++ b/src/charon/sa/task_manager.c @@ -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);