diff options
Diffstat (limited to 'src/charon/sa/transactions/create_child_sa.c')
-rw-r--r-- | src/charon/sa/transactions/create_child_sa.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/charon/sa/transactions/create_child_sa.c b/src/charon/sa/transactions/create_child_sa.c index 1d5142b3b..67e4d782b 100644 --- a/src/charon/sa/transactions/create_child_sa.c +++ b/src/charon/sa/transactions/create_child_sa.c @@ -291,8 +291,7 @@ static status_t get_request(private_create_child_sa_t *this, message_t **result) this->policy = charon->policies->get_policy(charon->policies, my_id, other_id, my_ts, other_ts, - me, other, - NULL); + me, other); this->reqid = this->rekeyed_sa->get_reqid(this->rekeyed_sa); @@ -694,8 +693,7 @@ static status_t get_response(private_create_child_sa_t *this, message_t *request this->policy = charon->policies->get_policy(charon->policies, my_id, other_id, my_ts, other_ts, - me, other, - NULL); + me, other); if (this->policy) { this->tsr = this->policy->select_my_traffic_selectors(this->policy, my_ts, me); |