diff options
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r-- | agent/gpg-agent.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index b4fab4e33..4c2f67833 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -677,12 +677,6 @@ parse_rereadable_options (ARGPARSE_ARGS *pargs, int reread) static void finalize_rereadable_options (void) { - /* It would be too surprising if the max-cache-ttl is lower than the - default-cache-ttl - thus we silently correct that. */ - if (opt.def_cache_ttl > opt.max_cache_ttl) - opt.max_cache_ttl = opt.def_cache_ttl; - if (opt.def_cache_ttl_ssh > opt.max_cache_ttl_ssh) - opt.max_cache_ttl_ssh = opt.def_cache_ttl_ssh; } |