fixed missing initialization

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2104 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.19
Jan Kneschke 15 years ago
parent 46396ac56c
commit 5b20e0d864

@ -352,7 +352,7 @@ URIHANDLER_FUNC(mod_staticfile_subrequest) {
size_t k;
int s_len;
stat_cache_entry *sce = NULL;
buffer *mtime;
buffer *mtime = NULL;
data_string *ds;
int allow_caching = 1;

Loading…
Cancel
Save