Missing commas added.
This commit is contained in:
@@ -226,7 +226,7 @@ static bool peer_enumerator_enumerate(peer_enumerator_t *this, peer_cfg_t **cfg)
|
|||||||
lifetime_cfg_t lifetime = {
|
lifetime_cfg_t lifetime = {
|
||||||
.time = {
|
.time = {
|
||||||
.life = this->rekey * 60 + this->rekey,
|
.life = this->rekey * 60 + this->rekey,
|
||||||
.rekey = this->rekey
|
.rekey = this->rekey,
|
||||||
.jitter = this->rekey
|
.jitter = this->rekey
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -147,7 +147,7 @@ static bool peer_enumerator_enumerate(peer_enumerator_t *this, peer_cfg_t **cfg)
|
|||||||
lifetime_cfg_t lifetime = {
|
lifetime_cfg_t lifetime = {
|
||||||
.time = {
|
.time = {
|
||||||
.life = create_rekey(esp_rekey) + 300,
|
.life = create_rekey(esp_rekey) + 300,
|
||||||
.rekey = create_rekey(esp_rekey)
|
.rekey = create_rekey(esp_rekey),
|
||||||
.jitter = 300
|
.jitter = 300
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user