Reuse reqid for trap policies installed for dpd|closeaction=hold
This commit is contained in:
committed by
Andreas Steffen
parent
156e552caf
commit
4c74fa664b
@@ -1575,7 +1575,8 @@ METHOD(ike_sa_t, reestablish, status_t,
|
||||
break;
|
||||
case ACTION_ROUTE:
|
||||
charon->traps->install(charon->traps, this->peer_cfg,
|
||||
child_sa->get_config(child_sa));
|
||||
child_sa->get_config(child_sa),
|
||||
child_sa->get_reqid(child_sa));
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user