diff options
Diffstat (limited to 'src/config.c')
-rw-r--r-- | src/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c index 1eda277..61cd42f 100644 --- a/src/config.c +++ b/src/config.c @@ -65,7 +65,7 @@ static void default_config(fastd_config *conf) { conf->protocol = &fastd_protocol_null; conf->secret = NULL; - conf->rekey = 3600; + conf->key_valid = 3600; conf->peers = NULL; |