ikev2: Initiate other tasks after a no-op task

This commit is contained in:
Tobias Brunner
2016-03-10 11:07:14 +01:00
parent a05cff1ec0
commit 034a462901
+1 -1
View File
@@ -624,7 +624,7 @@ METHOD(task_manager_t, initiate, status_t,
if (this->initiating.type == EXCHANGE_TYPE_UNDEFINED)
{
message->destroy(message);
return SUCCESS;
return initiate(this);
}
if (!generate_message(this, message, &this->initiating.packets))