ike-sa: Use a struct to pass optional arguments when initiating CHILD_SAs
This commit is contained in:
@@ -473,7 +473,7 @@ METHOD(job_t, initiate_execute, job_requeue_t,
|
||||
}
|
||||
}
|
||||
|
||||
if (ike_sa->initiate(ike_sa, listener->child_cfg, 0, NULL, NULL) == SUCCESS)
|
||||
if (ike_sa->initiate(ike_sa, listener->child_cfg, NULL) == SUCCESS)
|
||||
{
|
||||
if (!listener->logger.callback)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user