Fixed a config reference leak in IKEv2 initiate
This commit is contained in:
@@ -1323,7 +1323,6 @@ child_create_t *child_create_create(ike_sa_t *ike_sa,
|
|||||||
this->public.task.build = _build_i;
|
this->public.task.build = _build_i;
|
||||||
this->public.task.process = _process_i;
|
this->public.task.process = _process_i;
|
||||||
this->initiator = TRUE;
|
this->initiator = TRUE;
|
||||||
config->get_ref(config);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user