Don't return FAILED if a CHILD_SA to delete could not be found
This commit is contained in:
@@ -114,7 +114,7 @@ METHOD(task_t, build_i, status_t,
|
||||
|
||||
return SUCCESS;
|
||||
}
|
||||
return FAILED;
|
||||
return ALREADY_DONE;
|
||||
}
|
||||
|
||||
METHOD(task_t, process_i, status_t,
|
||||
|
||||
Reference in New Issue
Block a user