Reuse reqid for trap policies installed for dpd|closeaction=hold
This commit is contained in:
committed by
Andreas Steffen
parent
156e552caf
commit
4c74fa664b
@@ -227,7 +227,8 @@ static status_t destroy_and_reestablish(private_child_delete_t *this)
|
||||
break;
|
||||
case ACTION_ROUTE:
|
||||
charon->traps->install(charon->traps,
|
||||
this->ike_sa->get_peer_cfg(this->ike_sa), child_cfg);
|
||||
this->ike_sa->get_peer_cfg(this->ike_sa), child_cfg,
|
||||
child_sa->get_reqid(child_sa));
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user