initiate trapped CHILD_SAs with same reqid
This commit is contained in:
@@ -406,7 +406,7 @@ static gboolean connect_(NMVPNPlugin *plugin, NMConnection *connection,
|
||||
{
|
||||
peer_cfg->destroy(peer_cfg);
|
||||
}
|
||||
if (ike_sa->initiate(ike_sa, child_cfg) != SUCCESS)
|
||||
if (ike_sa->initiate(ike_sa, child_cfg, 0) != SUCCESS)
|
||||
{
|
||||
charon->ike_sa_manager->checkin_and_destroy(charon->ike_sa_manager, ike_sa);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user