X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d3581b58890389794de5d5222c91a0129873e95c..eeaffc33432d3cf91902cac3eab50c0598bdaa19:/cache.c diff --git a/cache.c b/cache.c index 9e7eeb0..801e63f 100644 --- a/cache.c +++ b/cache.c @@ -343,7 +343,7 @@ int cache_process(int size, const char *path, const char *key, int ttl, int result; /* If the cache is disabled, just generate the content */ - if (size <= 0) { + if (size <= 0 || ttl == 0) { fn(); return 0; }