mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
child-create: Remove redundant variable assignment
This commit is contained in:
parent
3a850ae191
commit
8e2fde6230
@ -625,9 +625,6 @@ static status_t install_child_sa(private_child_create_t *this)
|
||||
nonce_i = this->other_nonce;
|
||||
nonce_r = this->my_nonce;
|
||||
|
||||
my_ts = this->tsr;
|
||||
other_ts = this->tsi;
|
||||
|
||||
/* use a copy of the traffic selectors, as the POST hook should not
|
||||
* change payloads */
|
||||
my_ts = this->tsr->clone_offset(this->tsr,
|
||||
|
Loading…
x
Reference in New Issue
Block a user