X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/8033dc01f4ae1551c21769f580caa723fb176d9c..6ceba453a27ead382d0116d95bdeb6b6be1149e2:/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; }