Do not send IKEv1 DPD retransmit, but create a new INFORMATIONAL

This commit is contained in:
Martin Willi 2012-05-15 14:26:09 +02:00
parent b3089ab74c
commit 57a8418c88
1 changed files with 0 additions and 11 deletions

View File

@ -523,17 +523,6 @@ METHOD(task_manager_t, initiate, status_t,
{ /* tasks completed, no exchange active anymore */
this->initiating.type = EXCHANGE_TYPE_UNDEFINED;
}
if (exchange == INFORMATIONAL_V1)
{
if (message->get_notify(message, DPD_R_U_THERE))
{
expect_response = TRUE;
}
if (message->get_notify(message, DPD_R_U_THERE_ACK))
{
keep = TRUE;
}
}
if (flushed)
{
message->destroy(message);