Don't return FAILED if a CHILD_SA to delete could not be found

This commit is contained in:
Martin Willi
2012-03-20 17:31:31 +01:00
parent 14dc794165
commit 634ac410a2
+1 -1
View File
@@ -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,