fixed typo

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@469 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Jan Kneschke 2005-07-23 20:42:08 +00:00
parent ab054446f4
commit b4b428f482
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ int cache_parse_lua(server *srv, connection *con, plugin_data *p, buffer *fn) {
struct stat st;
int curelem;
time_t last_mtime = 0;
time_t mtime = 0;
lua_pushstring(L, "output_include");