Added a quick_delete task flag to enforce delete, even if CHILD_SA not found

This commit is contained in:
Martin Willi
2012-03-20 17:31:24 +01:00
parent 429d95fef2
commit 53816600ff
4 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -1354,7 +1354,7 @@ METHOD(ike_sa_t, delete_child_sa, status_t,
if (this->version == IKEV1)
{
task = (task_t*)quick_delete_create(&this->public, protocol, spi);
task = (task_t*)quick_delete_create(&this->public, protocol, spi, FALSE);
}
else
{