From: Stefan Fritsch Date: Mon, 10 Sep 2012 18:49:03 +0000 (+0000) Subject: another style fix X-Git-Tag: 2.5.0-alpha~6345 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29e93a99b27e190d197376d2179343455259ca03;p=thirdparty%2Fapache%2Fhttpd.git another style fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1383037 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/lua/lua_vmprep.c b/modules/lua/lua_vmprep.c index 05fc5e15617..91c7d9c757f 100644 --- a/modules/lua/lua_vmprep.c +++ b/modules/lua/lua_vmprep.c @@ -467,7 +467,7 @@ AP_LUA_DECLARE(lua_State*)ap_lua_get_lua_state(apr_pool_t *lifecycle_pool, /* On first visit, modified will be zero, but that's fine - The file is loaded in the vm_construct function. */ - if ((cache_info->modified == lua_finfo.mtime && cache_info->size == lua_finfo.size) \ + if ((cache_info->modified == lua_finfo.mtime && cache_info->size == lua_finfo.size) || cache_info->modified == 0) { tryCache = 1; }