From 5b20e0d864ecfa8f65883a5b93a7c95892e63c45 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Wed, 27 Feb 2008 23:42:01 +0000 Subject: [PATCH] fixed missing initialization git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2104 152afb58-edef-0310-8abb-c4023f1b3aa9 --- src/mod_staticfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_staticfile.c b/src/mod_staticfile.c index e0cbe086..0ffa9012 100644 --- a/src/mod_staticfile.c +++ b/src/mod_staticfile.c @@ -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;