mirror of
https://github.com/strongswan/strongswan.git
synced 2025-11-27 00:00:29 -05:00
stupid typo
This commit is contained in:
parent
fba18c5105
commit
93cbe45c09
@ -167,7 +167,7 @@ static child_cfg_t *build_child_cfg(private_sql_config_t *this, enumerator_t *e)
|
||||
child_cfg_t *child_cfg;
|
||||
|
||||
if (e->enumerate(e, &id, &name, &lifetime, &rekeytime, &jitter, &updown,
|
||||
&hostaccess, &mode, &start, &dpd, &close, &ipcomp, %reqid))
|
||||
&hostaccess, &mode, &start, &dpd, &close, &ipcomp, &reqid))
|
||||
{
|
||||
lifetime_cfg_t lft = {
|
||||
.time = { .life = lifetime, .rekey = rekeytime, .jitter = jitter }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user