Send an AUTH_LIFETIME update after updating the lifetime, but can not reauth actively

This commit is contained in:
Martin Willi
2012-03-05 18:06:14 +01:00
parent d23c159658
commit a07b69734b
3 changed files with 43 additions and 9 deletions
+5
View File
@@ -366,6 +366,11 @@ METHOD(task_manager_t, initiate, status_t,
exchange = INFORMATIONAL;
break;
}
if (activate_task(this, IKE_AUTH_LIFETIME))
{
exchange = INFORMATIONAL;
break;
}
#ifdef ME
if (activate_task(this, IKE_ME))
{