Reuse reqid for trap policies installed for dpd|closeaction=hold

This commit is contained in:
Tobias Brunner
2013-07-01 09:58:25 +02:00
committed by Andreas Steffen
parent 156e552caf
commit 4c74fa664b
7 changed files with 11 additions and 8 deletions
+2 -1
View File
@@ -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;