Do not query CHILD_SA during delete if they already expired
This commit is contained in:
@@ -108,7 +108,7 @@ METHOD(task_t, process_r, status_t,
|
||||
else
|
||||
{
|
||||
this->del = (task_t*)quick_delete_create(this->ike_sa,
|
||||
PROTO_NONE, 0, FALSE);
|
||||
PROTO_NONE, 0, FALSE, FALSE);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user